View Single Post
Old 04-09-2009, 04:28 PM   #2 (permalink)
SparkMonkeyHellion
 
Banned

Join Date: Feb 2009

Location: Guantanomo Bay, Cuba

Posts: 546

SparkMonkeyHellion is on a distinguished road

Default Re: Need help appending date to file copy

you'd have to set up a loop, which is above my head, but the syntax for adding the date would be something like:

echo >> filename%date /t%.txt

or something like that... you might have to set "date /t" as a separate string.

You have to do the /t after date otherwise it's going to ask you for the new date.
SparkMonkeyHellion is offline