Differences
This shows you the differences between the selected revisions of the page.
2013-01-10 | 2013-05-09 | ||
&deprecated_use_net (martin) | use /xmllog for xml logging explicitly (martin) | ||
Line 34: | Line 34: | ||
var shell = WScript.CreateObject("WScript.Shell"); | var shell = WScript.CreateObject("WScript.Shell"); | ||
// run (make it log to XML) | // run (make it log to XML) | ||
- | var exec = shell.Exec("winscp.com /log=log.xml"); | + | var exec = shell.Exec("winscp.com /xmllog=log.xml"); |
// feed the commands | // feed the commands | ||
exec.StdIn.Write( | exec.StdIn.Write( |