executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2012-08-17 | 2013-08-11 | ||
no summary (174.57.14.162) | exe/com syntax (martin) | ||
Line 10: | Line 10: | ||
===== winscp.exe ===== | ===== winscp.exe ===== | ||
- | The EXE executable is the main one. | + | The ''.exe'' executable is the main one. |
What you can do with it: | What you can do with it: | ||
Line 18: | Line 18: | ||
===== winscp.com ===== | ===== winscp.com ===== | ||
- | The %%COM%% executable is a simple tool that internally runs ''winscp.exe'' and provides console interface for it. | + | The ''.com'' executable is a simple tool that internally runs ''winscp.exe'' and provides console interface for it. |
What you can do with it: | What you can do with it: | ||
Line 25: | Line 25: | ||
* 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. | * 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. |
==== [[redirection]] Input/Output Redirection ==== | ==== [[redirection]] Input/Output Redirection ==== |