Here is my situation.
I have a server which is saving file everyday in the following format:
TACO_2012-Dec-30__21-50-00_UTC.csv
I want to rename this file to following format using bat script:
TACO_20121230_215000.csv
TACO_yyyymmdd_hhmmss.csv
Here is what I want to do as a script
1. Login to ftp server
2. rename file to the new format as above
Please help…
1 Answer