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.
Rename file to include date
Name: dion de beer Date: August 20, 2003 at 23:08:44 Pacific OS: Dos CPU/Ram: Pent 4 800mhz 256Ram
Comment:
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?
Summary: I need a batch to rename a file to whatever date was yesterday. I have this script to get todays date (CLyymmdd.txt): @for /f "tokens=1,2,3,4 delims=. " %%a in ( 'date/t' ) do @set m=%%b @for /f "toke...
Summary: Hello techies, I have this script but it gives me an error trying to rename export.txt to export.date.time.txt format, any ideas? C:\Inetpub\wwwroot>copy export.txt export.11062003.1:36p.txt The filen...