First off, let me say, I'm not sure if batch files are considered "programming" by you guys, but I hope so -- -- I've got a series of batch files I use to perform burn-in testing here at work. They're ...
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 ...