sqlsadie108
Programmer
Hi, just trying to "quickly" figure out what this batch file is doing... I think it's putting a time stamp on some files, but I don't get the "FOR %%A IN (0 1 2 3 4 5 6 7 8 9)" part.
Thanks much
Thanks much
Code:
REM Use ERRTIME.EXE for a sorted date (or time) in MS-DOS 7.*
ERRTIME -y > NUL
FOR %%A IN (0 1 2 3 4 5 6 7 8 9) DO IF ERRORLEVEL %%A0 SET ERR10=%%A
...