"Open" command for toolbar button - trouble scripting
Posted: 09 Sep 2015 17:09
Could someone help me with a small scripting chore? I'd like to open the Firefox Profile Manager, using a new toolbar button.
- - - - - - - - - - - - - - - -
FOR THE RECORD....
I already have a working shortcut to the Profile Manager on my Windows desktop. From the shortcut's "Properties" window, here is a precise copy/paste of the target:
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager
- - - - - - - - - - - - - - - -
When I go to edit the new XYplorer toolbar button, I can't figure out what to type in the "On left click" field.
So far, I've tried:
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager;
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager";
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -profilemanager";
No matter where I position those quote marks, clicking the new button spits up error messages. Can anyone see where I'm missing the boat? Kind thanks for the help.
Brooks
Win 7 Pro, x64
- - - - - - - - - - - - - - - -
FOR THE RECORD....
I already have a working shortcut to the Profile Manager on my Windows desktop. From the shortcut's "Properties" window, here is a precise copy/paste of the target:
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager
- - - - - - - - - - - - - - - -
When I go to edit the new XYplorer toolbar button, I can't figure out what to type in the "On left click" field.
So far, I've tried:
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager;
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profilemanager";
open "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -profilemanager";
No matter where I position those quote marks, clicking the new button spits up error messages. Can anyone see where I'm missing the boat? Kind thanks for the help.
Brooks
Win 7 Pro, x64
will want to know that there's a space between "Files" and "(86)", so that the code reads: