Script Automation with logging
Hey.
I'm trying to set the script to log what files getting copied over.
This is my command:
My question is how to i get the log file to add time and date for the copy between each sessions, right now they all end up underneath each other with no timestamp.
I want to know when the copy was done.
Do I add
I'm trying to set the script to log what files getting copied over.
This is my command:
"C:\Program Files (x86)\WinSCP\winscp.com" /log=>>logfile.log /script="xxxxxxx"
I want to know when the copy was done.
Do I add
/t
or something, and where to I add it?