View Single Post
  #6  
Old 12-18-2011, 10:07 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: [SOLVED]How to download files with timestamp in filename (Windows).


It gives a different result on this Windows XP box.

Code:
echo %date%.%time%
19/12/2011. 5:01:32.84
Code:
set FileName="MyShow_12-2011-5_02-13-46.flv"
The day (19th) is missing.
I would like a solution that is OK for all Windows systems, whatever the settings.
Reply With Quote