I'm posting this here and in the programmers' forum, since it's both a programming issue and a system administration issue.<BR><BR>I want to create a batch script in Windows XP that will do the ...
Hi, I'm having some batch file trouble, trying to get date and time stamp into file names generated by the batch file. Code: @For /F "tokens=1,2,3 delims=:,. " %%A in ...