NT4/private/crtlib/ssyncall.cmd
2020-09-30 17:12:29 +02:00

44 lines
652 B
Batchfile

@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