Leaked source code of windows server 2003
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.
 
 
 
 
 
 

17 lines
464 B

@echo off
SETLOCAL
set SRCDIR=%_NTPOSTBLD%\DUser
set DESTDIR=%_NTDRIVE%%_NTROOT%\windows\AdvCore\DUser\Profile
mkdir %DESTDIR%
pushd %DESTDIR%
del /q *.dll
del /q *.exe
del /q *.pdb
popd
ICEPICK.EXE "%SRCDIR%\*.dll" "%SRCDIR%\*.exe" -STYLE:BOTH -LOGFILE:ICEPICK.log -OUTPUT:"%DESTDIR%" -PROBES:ON -CONTROL:THREAD
ICEPICK.EXE "%_NTTREE%\dump\gdiplus.dll" -STYLE:BOTH -LOGFILE:icepick.log -OUTPUT:"%DESTDIR%" -PROBES:ON -CONTROL:THREAD
ENDLOCAL