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 name in todays date.txt
Name: uli_glueck Date: October 29, 2003 at 01:44:56 Pacific OS: NT4 CPU/Ram: PII 128MB
Comment:
hi all, my problem: I want to change a file name in todays date like 291003vir_log.txt (NT Dos)
I tried this: date /t >>date.txt FOR /f "tokens=2 skip=2 delims= " %%a in ('find "." date.txt') do rename vir_log.txt %%avir_log.txt
But it changes the file name like this: 29.10.2003vir_log.txt
Summary: I was just reading a post in the Win 3.11 forum asking about a patch that will allow long file names in 3.11. Now is it just me, or isn't Dos 7.10 supposed to support long file names. I know when y...