PDA

View Full Version : windows ftp script (WXP-Pro)



akki99in
03-03-2006, 11:50 AM
I have written script and it is running perfect i have created an bat extension also but finally i don't know the command which shows todays date when we download the files.All the files were downloaded today must show todays date.

Eg:test.txt.03/03/2006.

PLease help me out anybody if u hav any questions lemme know thank u so much for your help.

motoflop
03-04-2006, 06:30 AM
For bat files you can use environment variable %date%. It contains current date at localized format. There is also %time% available.