Hello,
I need a log file for the below script, the script contains the xcopy command, so the log file will be needed for the xcopy command.
I have also manged to obtain the informational in the copied files which are in the log file, but the main concern is with the xcopy command log files. If you have any solutions for this then please let me know. thanks in advance.Code:start /wait /b xcopy "z:\*.id" "c:\notes\data" /d /L /y >> "C:\Documents and Settings\Administrator\Desktop\ID_Log.txt"
Bookmarks