I've created a *.bat file based of some of the ideas here. My file will backup and check each of my partitions. The problem is the name of the *.gho file. I like to have my file name to be the drive letter and the date: C_0512. The first 2 characters will be static, but the last 4 will change based on the date but I want to do this automatically based on the date rather than me having to do it manually each time I run my file.
The problrm I'm having is getting the date in the numerical month day format and then adding that to the first 2 characters to to form the full file name.
Is this possible to do? If more info is needed, please ask. Thanks in advance for all the help.
The problrm I'm having is getting the date in the numerical month day format and then adding that to the first 2 characters to to form the full file name.
Is this possible to do? If more info is needed, please ask. Thanks in advance for all the help.