14 lines
549 B
Batchfile
14 lines
549 B
Batchfile
REM (C) 1999 Microsoft Corporation
|
|
|
|
set BBT_PHASE_DIR=c:\develop\pandorang\bbt_phase
|
|
set BBT_IMAGE=snmpthrd
|
|
|
|
mkdir %BBT_PHASE_DIR%
|
|
|
|
copy objinld\%BBT_IMAGE%.dll %BBT_PHASE_DIR%
|
|
copy objinld\%BBT_IMAGE%.pdb %BBT_PHASE_DIR%
|
|
bbflow /odb %BBT_PHASE_DIR%\%BBT_IMAGE%.bbcfg %BBT_PHASE_DIR%\%BBT_IMAGE%.dll
|
|
bbinstr /odb %BBT_PHASE_DIR%\%BBT_IMAGE%.ins.bbcfg /idf %BBT_PHASE_DIR%\%BBT_IMAGE%.bbidf /funmillisec 1000 %BBT_PHASE_DIR%\%BBT_IMAGE%.bbcfg
|
|
bblink /o %SystemRoot%\system32\wbem\%BBT_IMAGE%.dll %BBT_PHASE_DIR%\%BBT_IMAGE%.ins.bbcfg
|
|
|