Can someone assist with making a batch file that does the following:
take a command line argument as a filename without the path
rename the file to be in the format of mm.dd.yyyy-hh.mm.AA-filename.ext
where the date format is the current date and time ex 11.14.2009-12.00.am-filename.ext
the batch file will be in the same directory as the original file.
thanks?