executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-11-27 | 2013-11-27 | ||
no summary (61.95.193.238) (hidden) | Restored revision 1382427513. Undoing revisions 1385550400, 1385550446. (martin) (hidden) | ||
Line 14: | Line 14: | ||
What you can do with it: | What you can do with it: | ||
* When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | ||
- | * Using the [[commandline|command-line options]], it can be started in console mode; * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | + | * Using the [[commandline|command-line options]], it can be started in console mode; |
- | + | ||
- | * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | + | |
- | + | ||
- | * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | + | |
- | + | ||
- | * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | + | |
- | + | ||
- | * When run, it starts by default in GUI mode, showing the [[ui_login|Login dialog]]; | + | |
- | + | ||
* It can be used to execute scripts without showing any window (by omitting ''/console'' parameter). | * It can be used to execute scripts without showing any window (by omitting ''/console'' parameter). | ||
Line 30: | Line 20: | ||
The ''.com'' executable is a simple tool that internally runs ''winscp.exe'' and provides console interface for it. It's primary purpose is [[scripting]]. | The ''.com'' executable is a simple tool that internally runs ''winscp.exe'' and provides console interface for it. It's primary purpose is [[scripting]]. | ||
+ | What you can do with it: | ||
+ | * 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.)). | ||
+ | |||
+ | 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. | ||
==== [[redirection]] Input/Output Redirection ==== | ==== [[redirection]] Input/Output Redirection ==== |