executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-08-11 | 2013-08-21 | ||
linking scripting, reordering .com features by importance (martin) | windows shell waits even for .exe, so there's no such difference with .com (martin) | ||
Line 22: | Line 22: | ||
What you can do with it: | What you can do with it: | ||
* Supports console mode only, but allows [[executables#redirection|input/output redirection]]; | * Supports console mode only, but allows [[executables#redirection|input/output redirection]]; | ||
- | * When run from Windows shell (i.e. ''cmd.exe'' or batch file), the shell waits for WinSCP to finish. So you can then [[scripting#checking_results|check for WinSCP exit code]]; | ||
* When run from another console application (such as standard Windows console/command-line window, i.e. ''cmd.exe''), it inherits its console((''winscp.exe /console'' would pop up in new console window.)). | * When run from another console application (such as standard Windows console/command-line window, i.e. ''cmd.exe''), it inherits its console((''winscp.exe /console'' would pop up in new console window.)). | ||