Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
290 B

  1. @echo off
  2. net stop sharedaccess
  3. rem build ALG.exe
  4. build -z
  5. rem this is just in case the ALG is still in memory should not occure
  6. kill alg.exe
  7. copy exe\obj\i386\alg.exe %windir%\system32
  8. copy exe\obj\i386\alg.pdb %_NT_SYMBOL_PATH%\exe
  9. del %windir%\tracing\*.log
  10. net start sharedaccess