Differences
This shows you the differences between the selected revisions of the page.
2014-09-11 | 2014-09-11 | ||
tls#certificate + webdav (martin) | in-page anchored links without page name (martin) | ||
Line 49: | Line 49: | ||
Now to make using script easier/automatic you can: | Now to make using script easier/automatic you can: | ||
* Make shortcut to it on desktop to ease execution. Either make shortcut to batch file (''.bat'') or enter full command line to shortcut itself.((Note that it is not possible to use ''winscp.com'' (''.com'' files in general) directly from a shortcut. Call ''winscp.com'' from a batch file or use ''winscp.exe'' with ''/console'' command-line parameter.)) | * Make shortcut to it on desktop to ease execution. Either make shortcut to batch file (''.bat'') or enter full command line to shortcut itself.((Note that it is not possible to use ''winscp.com'' (''.com'' files in general) directly from a shortcut. Call ''winscp.com'' from a batch file or use ''winscp.exe'' with ''/console'' command-line parameter.)) | ||
- | * If the wrapping batch file takes filename as command line parameter (see [[guide_automation#modifying_the_script_automatically|below]]) you can: | + | * If the wrapping batch file takes filename as command line parameter (see [[#modifying_the_script_automatically|below]]) you can: |
* Make shortcut to it on desktop and use it by dropping files on the icon. Windows automatically run the batch file and passes path to dropped file as command-line parameter. | * Make shortcut to it on desktop and use it by dropping files on the icon. Windows automatically run the batch file and passes path to dropped file as command-line parameter. | ||
* In a similar way you can put the shortcut to the batch file into Explorer’s ‘Send To’ context menu (''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'' in Windows Vista and newer). &winpath &winvista | * In a similar way you can put the shortcut to the batch file into Explorer’s ‘Send To’ context menu (''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'' in Windows Vista and newer). &winpath &winvista | ||
Line 107: | Line 107: | ||
</code> | </code> | ||
- | See more hints on [[guide_automation#using|using parametrized batch file]]. | + | See more hints on [[#using|using parametrized batch file]]. |
//See [[guide_automation_advanced|guide to advanced scripting]] for examples of script generation using more powerful languages.// | //See [[guide_automation_advanced|guide to advanced scripting]] for examples of script generation using more powerful languages.// |