Is there a way to have a batch file output to a log file whether it was successful or not...and to also print the date and time in the log file...also is there a way to send a notification to myself ...
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...