commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-11-26 | 2012-01-04 | ||
ini=nul (martin) | /nointeractiveinput (martin) | ||
Line 14: | Line 14: | ||
winscp.exe [mysession] [/rawsettings setting1=value1 setting2=value2 ...] | winscp.exe [mysession] [/rawsettings setting1=value1 setting2=value2 ...] | ||
winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | winscp.exe [/console] [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | ||
- | winscp.exe /ini=<inifile> /log=<logfile> /xmllog=<logfile> | + | winscp.exe /ini=<inifile> /log=<logfile> /xmllog=<logfile> /nointeractiveinput |
winscp.exe /update | winscp.exe /update | ||
winscp.exe /help | winscp.exe /help | ||
Line 67: | Line 67: | ||
With ''[[executables|winscp.exe]]'', if ''/console'' parameter is not used along with ''/script'' or ''/command'', the script/command is executed without visual feedback (window). | With ''[[executables|winscp.exe]]'', if ''/console'' parameter is not used along with ''/script'' or ''/command'', the script/command is executed without visual feedback (window). | ||
+ | |||
+ | Use parameter ''/nointeractiveinput'', when feeding commands to ''[[executables|winscp.com]]'' using [[executables#redirection|standard input]], to make sure prompts for anything else than commands (such as password prompts) are cancelled. &future_feature | ||
<code> | <code> |