Thread
:
Generating files MSDOS Batch
View Single Post
Jul 21st, 2005, 8:31 AM
#
3
mackenga
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power:
4
Oh, I've just noticed the DATE command will give you the DD/MM/YYYY (maybe MM/DD/YYYY on machines in the US; this one's set up for the UK) format date. It prompts for a new date, but you can do:
(
Toggle Plain Text
)
C:\>
echo. | date
C:\> echo. | date
to avoid that.
mackenga
View Public Profile
Visit mackenga's homepage!
Find More Posts by mackenga