I have a simple test file which collects data during the month. At the end of the month I rename the file, so a new one is generated
automatically for the new month.
I have been doing this manually for some months now, but I have numerous
files which need changing each month and would like to automate the process with a batch file.
example
boilertemp.txt
is changed to....
boilertemp_06_2013.txt
is there a way of the user prompted for the "_6_2013", which
then used to rename the original file?