windows-nt/Source/XPSP1/NT/net/config/upgrade/netupgrd/sync.cmd

12 lines
157 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
%_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