Aug 3, 2017 0 0 Decomposing file paths (and extracting other information like file size, date and time, and attributes) from a batch file Raymond Chen FOR to the rescue.
Aug 2, 2017 0 0 Why does attempting to echo an undefined environment variable result in the message “ECHO is on”? Raymond Chen Because that's what happens when you echo nothing.
Aug 1, 2017 0 0 The redirection can come anywhere on the line, and you can use that to get rid of the spaces Raymond Chen Up front and personal.