|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Oct 1999
Posts: 7
|
I am running a batch file to copy the files from my vpn server to my local disk. If I run the batch file with the verbose switch I can ensure the files have been copied. How would I have the verbose comments written to a log file to ensure the files copied on a certain day?
|
|
|
|
|
|
#2 |
|
SQL nutcase
|
pipe the resuls to a flat file
echo Starting Procedure >error.log yourcommand >>error.log this will create a log file. I'm not sure if this is what you want |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|