home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / Sharpdev / 099bsetup.exe / RegisterProfilerHook.bat < prev    next >
DOS Batch File  |  2004-02-20  |  192b  |  9 lines

  1. @echo off
  2. echo Registering profiler hook...
  3. start /wait regsvr32 /s nprof.hook.dll
  4. if errorlevel 1 ( 
  5.     rem Re-register, but don't be silent this time
  6.     regsvr32 nprof.hook.dll 
  7. )
  8. pause
  9.