mirror of https://github.com/lianthony/NT4.0
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.
43 lines
652 B
43 lines
652 B
@echo off
|
|
setlocal
|
|
cd \nt\private\crt32nt
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\crt32
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\crt32st
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\crt32dll
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\crt32psx
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\fp32
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\fp32st
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\fp32nt
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\fp32dll
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
cd \nt\private\crtlib
|
|
ech Syncing
|
|
cd
|
|
ssync -faq%_SYNCOPTIONS%
|
|
endlocal
|