Skip to content

Release v1.5.0.0

Compare
Choose a tag to compare
@oleg-shilo oleg-shilo released this 01 Oct 13:01
· 33 commits to master since this release
  • Added support multiselect execution of every selected file in the dedicated instance of the batch file process.
  • Issue #16: Question about executing the BAT file in the menu

File name

<two_digits_order_prefix>.<menu_item_name>[.c][.ms].<cmd|bat|ps1>

.ms in the file name has a special meaning. It indicates that the batch file supports multi-select scenarios. Thus if multiple files are selected and executed against the shell extension menu item then every file will be executed in it's own process of the corresponding batch file. Otherwiseall files are passed to a single batch file.