Differences
This shows you the differences between the selected revisions of the page.
2016-01-22 | 2016-01-22 | ||
commandline#scripting (martin) | commandline#configuration (martin) | ||
Line 45: | Line 45: | ||
WinSCP in a scripting/console mode shares a [[config|configuration]] with a [[interfaces|graphical mode]] by default. Particularly when implementing the script from scratch, it is recommended to [[scripting#configuration|isolate the script from the graphical mode configuration]] to avoid the script breaking, when the GUI configuration changes. | WinSCP in a scripting/console mode shares a [[config|configuration]] with a [[interfaces|graphical mode]] by default. Particularly when implementing the script from scratch, it is recommended to [[scripting#configuration|isolate the script from the graphical mode configuration]] to avoid the script breaking, when the GUI configuration changes. | ||
- | For that, add an ''/ini=nul'' command-line parameter: | + | For that, add an ''[[commandline#configuration|/ini=nul]]'' command-line parameter: |
<code batch> | <code batch> |