I'd like to update the timestamp (Modified Date) of a file in a batch script by using the following command
"copy /b Source+,,"
but it does not work. I tried the same command through command line & it works fine. I've even tried to run the batch script as an administrator but that didn't solve it either
Any ideas ?