Search found 1 match
- 20 Jan 2014 00:16
- Forum: DOS Batch Forum
- Topic: create Log result.
- Replies: 1
- Views: 1107
create Log result.
hi all, seek your assistance. I have no idea to create log result for my batch file (status of job whether successful or not) below the sample of my batch files. @ECHO ON REM SET MM=%DATE:~4,2% REM SET DD=%DATE:~7,2% REM SET YYYY=%DATE:~10,4% pscp -scp -p 24 -2 -i C:\<folder>\*.ppk C:\<folder>\*.* @...