Differences
This shows you the differences between the selected revisions of the page.
2019-07-16 | 2019-07-25 | ||
library_example_remember_downloaded_files (martin) | stable 5.15 released long time ago - !E should be used now instead of !S + one place where !E was missing (martin) | ||
Line 39: | Line 39: | ||
# @name Verify &Checksum | # @name Verify &Checksum | ||
# @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | ||
- | # -sessionUrl "!S" -localPath "!^!" -remotePath "!/!" -pause | + | # -sessionUrl "!E" -localPath "!^!" -remotePath "!/!" -pause |
# @description Compares checksums of the selected local and remote file | # @description Compares checksums of the selected local and remote file | ||
# @flag RemoteFiles | # @flag RemoteFiles | ||
Line 64: | Line 64: | ||
| ''type'' | Type of the option or options dialog control. \\ Supported types are: ''textbox'', ''file'', ''dropdownlist'', ''combobox'', ''checkbox'', ''label'', ''link'' | | | ''type'' | Type of the option or options dialog control. \\ Supported types are: ''textbox'', ''file'', ''dropdownlist'', ''combobox'', ''checkbox'', ''label'', ''link'' | | ||
| ''caption'' | Caption of the options dialog control representing the option. | | | ''caption'' | Caption of the options dialog control representing the option. | | ||
- | | ''default'' | Default value of the option. \\ For run-time options (those without the ''-config'' switch) of type ''textbox'' and ''file'', non-file [[custom_command#patterns|custom command patterns]] (''!/'', ''!S'', ''!@'', ''!U'', ''!P'', ''!#'' and ''!\'') are expanded. | | + | | ''default'' | Default value of the option. \\ For run-time options (those without the ''-config'' switch) of type ''textbox'' and ''file'', non-file [[custom_command#patterns|custom command patterns]] (''!/'', ''!E'', ''!S'', ''!@'', ''!U'', ''!P'', ''!#'' and ''!\'') are expanded. | |
| ''additional'' | Additional parameters specific to the option type. See below. | | | ''additional'' | Additional parameters specific to the option type. See below. | | ||