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.
include date/time in copy filename
Name: kusky Date: July 16, 2007 at 10:42:35 Pacific OS: server 2000 CPU/Ram: 512 Product: Dell
Comment:
hi Im trying to copy a file and include the current date/time in the new file name using the copy command. is this possible? how is it done?
Summary: Thanks to this wonderful list, I created a bat file which dials an existing DUN entry (using RAS Dail 95), then using WCL_FTP tool, it sends a file to a server giving it a filename which is append wit...
Summary: I am trying to find a switch or command that will include the date and time in a log file generated by a batch backup job I have written. In it's current form it generates a list of the files and dir...
Summary: you could try saving the time and date in the environment, seting the time /date to the one you want and then using copy (filename) + ,, to set the filename to the system date. you will then have to...