windows-nt/Source/XPSP1/NT/net/config/upgrade/netupgrd/sync.cmd
2020-09-26 16:20:57 +08:00

12 lines
157 B
Batchfile

%_NTDRIVE%
pushd .
cd %_NTROOT%\private\net\ui\netcfg\netupgrd
ssync %1
rem to get latest winnt32p.h
cd %_NTROOT%\private\windows\setup\inc
ssync %1
popd