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.
DOS: Adding date to file name.
Name: fintir Date: October 18, 2004 at 10:34:23 Pacific OS: W2K Pro CPU/Ram: 1.4Ghz / 256
Comment:
How can I add the current date to a file name when I do a copy or move?
ex. move c:\1.txt d:\1_%date%.txt (this one doesn't work)
Summary: SUppose I have a text file with contents as : 1)000000fd9ac1873d-0000-0509-94050a25 2)000000fd57acc331-0000-0ed6-94050a25 3)00000102ac2a457b-0000-045d-94050a25 4)00000104a5b5af66-0000-0431-94050a25 I...
Summary: Hi, I need to append a date stamp to an output file name. Eg, abc_.txt I tried using abc_%date%.txt as the output file syntax and it wouldn't accept. I could echo %date% correctly though. Any tips? ...
Summary: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is add a single sentence to a text file, then conver...