home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
Sharpdev
/
099bsetup.exe
/
RegisterProfilerHook.bat
< prev
next >
Wrap
DOS Batch File
|
2004-02-20
|
192b
|
9 lines
@echo off
echo Registering profiler hook...
start /wait regsvr32 /s nprof.hook.dll
if errorlevel 1 (
rem Re-register, but don't be silent this time
regsvr32 nprof.hook.dll
)
pause