executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2010-08-27 | 2011-03-23 | ||
no summary (63.71.9.108) | check exit code with winscp.com only (martin) | ||
Line 23: | Line 23: | ||
* 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 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.)). | ||
+ | * When run from Windows shell (i.e. ''cmd.exe'' or batch file), the shell waits for WinSCP to finish. So you can then check for WinSCP exit code. | ||
The %%COM%% executable needs the EXE one to operate. It looks for it in the same directory, where it is located itself. The EXE must have exactly the same name. | The %%COM%% executable needs the EXE one to operate. It looks for it in the same directory, where it is located itself. The EXE must have exactly the same name. |