J
John Whitfield
Hi,
I have written a batch file that runs Ok under Windows Xp,
its a simple copy command
"xcopy c:\???\*.* c:\backupcopy\%date%\ /s /y /c" it uses
the %date% variable to create the directory structure. On
the Xp Machines when you type date from the cmd prompt you
get the date as 27/08/2003. When I do this using Win2000
server I get WED 27/08/2003 it is the addition of the WED
and space that stops the file running.
How can i change the date format? on Win2000
Thanks for your help
John
I have written a batch file that runs Ok under Windows Xp,
its a simple copy command
"xcopy c:\???\*.* c:\backupcopy\%date%\ /s /y /c" it uses
the %date% variable to create the directory structure. On
the Xp Machines when you type date from the cmd prompt you
get the date as 27/08/2003. When I do this using Win2000
server I get WED 27/08/2003 it is the addition of the WED
and space that stops the file running.
How can i change the date format? on Win2000
Thanks for your help
John