Differences
This shows you the differences between the selected revisions of the page.
2009-05-25 | 2009-05-25 | ||
vb.net example (martin) | Feed in the scripting commands (martin) | ||
Line 123: | Line 123: | ||
winscp.Start(); | winscp.Start(); | ||
- | /// Open the session | + | /// Feed in the scripting commands |
winscp.StandardInput.WriteLine("option batch abort"); | winscp.StandardInput.WriteLine("option batch abort"); | ||
winscp.StandardInput.WriteLine("option confirm off"); | winscp.StandardInput.WriteLine("option confirm off"); | ||
Line 192: | Line 192: | ||
winscp.Start() | winscp.Start() | ||
- | ' Open the session | + | ' Feed in the scripting commands |
winscp.StandardInput.WriteLine("option batch abort") | winscp.StandardInput.WriteLine("option batch abort") | ||
winscp.StandardInput.WriteLine("option confirm off") | winscp.StandardInput.WriteLine("option confirm off") |