Search found 2 matches

by mikeyz
21 Mar 2013 11:14
Forum: DOS Batch Forum
Topic: batch file to change folder name with time stamp
Replies: 6
Views: 5619

Re: batch file to change folder name with time stamp

Yes

date format is MM-DD-YYYY . the dated folder is place there by another program that does a different process.

Timestamp should be current system time. any format of the time layout is acceptable.

thanks Mike
by mikeyz
20 Mar 2013 17:52
Forum: DOS Batch Forum
Topic: batch file to change folder name with time stamp
Replies: 6
Views: 5619

batch file to change folder name with time stamp

Hello I would like to have a batch file that adds a time stamp to a folder name if finds it in the directory. For example. I have a folder that has folder names like this: 03-11-2013 03-12-2013 03-12-2013 if the script finds a folder with todays date . it will add a time stamp to it. please see exam...