NT4/private/oleauto/chkfile.bat

7 lines
144 B
Batchfile
Raw Normal View History

2001-01-01 00:00:00 +01:00
diff %oleprog%\%1\%2 %2 >nul
if not errorlevel 1 goto noupd
echo checking out and updating \oleauto\%1\%2
out %2
copy %oleprog%\%1\%2 %2
:noupd