home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / Sharp / SharpDevelop_1.0.3.1761_Setup.exe / RegisterProfilerHook.bat < prev    next >
DOS Batch File  |  2004-11-30  |  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.