commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2012-01-04 | 2012-01-04 | ||
| /nointeractiveinput (martin) | /xmlgroups (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> /nointeractiveinput | + | winscp.exe [/ini=<inifile>] [/log=<logfile>] [/xmllog=<logfile> [/xmlgroups]] |
| winscp.exe /update | winscp.exe /update | ||
| winscp.exe /help | winscp.exe /help | ||
| Line 22: | Line 22: | ||
| <code> | <code> | ||
| winscp.com [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | winscp.com [/script=script_file] [/command command1 command2 ...] [/parameter param1 ...] | ||
| - | winscp.com /ini=<inifile> /log=<logfile> | + | winscp.com [/ini=<inifile>] [/log=<logfile>] [/xmllog=<logfile> [/xmlgroups]] [/nointeractiveinput] |
| winscp.com /help | winscp.com /help | ||
| </code> | </code> | ||
| 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 ''/xmlgroups'' along with ''/xmllog'', to [[logging_xml#group|group]] all XML log elements belonging to the same command under parent ''group'' element. &future_feature | ||
| 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 | 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 | ||