executables » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2010-01-03 | 2010-02-16 | ||
| executables#redirection (martin) | bug 523 portable com (martin) | ||
| Line 6: | Line 6: | ||
| This follows two basic executable types of Windows operation system, GUI and console. | This follows two basic executable types of Windows operation system, GUI and console. | ||
| + | |||
| + | Both executables are part of the installation package. Both are as well available for [[portable|portable use]]. | ||
| ===== winscp.exe ===== | ===== winscp.exe ===== | ||
| Line 14: | Line 16: | ||
| * Using [[commandline|command-line options]], it can be started in console mode; | * Using [[commandline|command-line options]], it can be started in console mode; | ||
| * It can be used to execute script without showing any window (by omitting ''/console'' parameter). | * It can be used to execute script without showing any window (by omitting ''/console'' parameter). | ||
| - | |||
| - | The EXE executable downloaded for [[portable]] use is by default named winscpXXX.exe, where XXX is version. | ||
| ===== winscp.com ===== | ===== winscp.com ===== | ||
| Line 25: | Line 25: | ||
| 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 the exactly 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 the exactly same name. | ||
| - | |||
| - | The %%COM%% executable is not available for download separately for portable use. However you can install WinSCP temporarily and copy the executable out of the installation folder. Make sure you rename the %%COM%% to match name of the EXE. | ||
| ==== [[redirection]] Input/Output Redirection ==== | ==== [[redirection]] Input/Output Redirection ==== | ||