Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Naming files to the current date in Dos
Name: Mani Date: April 10, 2002 at 06:31:13 Pacific
Comment:
Hi
I have setup up a batch job to collect some information. I need to include a command in the batch file so that the name of the file created is the current date. Hve tride using DATE command but has problems with spaces. Can anyone help?
Summary: {{{ http://www.batch.hpg.ig.com.br/index.htm }}} cheak out the above web site for details. anyways you'll want to use alot of %0 as well as the command rename. I could not get these to work with the c...
Summary: I need to copy a file from its original name to {test.txt} to {20030819.txt} The copied file name must contain the current date, How do I do This? ...