Differences
This shows you the differences between the selected revisions of the page.
| 2010-09-07 | 2011-06-06 | ||
| vbnet_robust_example (martin) | fix comment (martin) | ||
| Line 67: | Line 67: | ||
| var shell = WScript.CreateObject("WScript.Shell"); | var shell = WScript.CreateObject("WScript.Shell"); | ||
| - | // run winscp to get list of file in the remote directory into XML log | + | // run winscp to download the file into timestamped-filename |
| exec = shell.Exec("\"" + WINSCP + "\""); | exec = shell.Exec("\"" + WINSCP + "\""); | ||
| exec.StdIn.Write( | exec.StdIn.Write( | ||