Code: Select all
run "E:\Firefox Portable VIEWER\FirefoxPortable.exe" "item 1" "item 2";Code: Select all
run "E:\Firefox Portable VIEWER\FirefoxPortable.exe" "item 1" "item 2";Isn't this wrong syntax? I'd expect it to be:neutrox wrote:I can launch several items on firefox.But how can I convert that into a script which will do for the currently selected items, no matter how much?Code: Select all
run "E:\Firefox Portable VIEWER\FirefoxPortable.exe" "item 1" "item 2";
Code: Select all
run '"E:\Firefox Portable VIEWER\FirefoxPortable.exe" "item 1" "item 2"';
run """E:\Firefox Portable VIEWER\FirefoxPortable.exe"" ""&item1"" ""&item2"""; // alternative if variables are concernedCode: Select all
run """C:\Program Files (x86)\WinMerge\WinMergeU.exe"" /e /r ""<get path 1>"" ""<get path 2>""";