Nice simple one for someone (i hope).... which for some reason I cant figure out or find a simple solution... :)
Ive whipped up a script (on windows 2003) as follows :
dir /S *.mp3 >c:\temp\mp3_%date%.txt
My problem is whenever it runs, the output file is "mp3_Tue" - I require the whole date preferably like 28072009 or similar.
How the fudge do I get it to do this ? All the information Ive found via Google points to running a 20 line script just to create the date variable.... gotta be easier way than that.
#