Hi,
I was hoping someone can help me with a quick solution. I need to use this on a Windows 7 X64bit PC.
I need to verify if a folder exists on the current drive. If it does to rename it with date and time stamp. I need to do all this in a batch file. I want to be able to run it from a USB Drive.
Thanks,
Vicki.
Remove the uppercase ECHO in line 10 to run it for real.
The script uses WMI to get the date, so it won't mind different OS versions and localizations.
Open in new window