windows-nt/Source/XPSP1/NT/net/homenet/alg/u.cmd
2020-09-26 16:20:57 +08:00

17 lines
290 B
Batchfile

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