How (if it's possible) can I set up the Tool Configuration to use Firefox to navigate to a local custom index.html file where a JavaScript script can re-format the active document that is showing in UltraEdit?
In other words, "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\XXXXXX\Documents\My Projects\MyTest2\index.html" is my entry in the Tool Configurator but how/where does the active document come into play?
I've tried "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\XXXXXX\Documents\My Projects\MyTest2\index.html" "%f" but the trailing %f argument seems to be ignored as I assume the Command line is limited to only a single argument?
I've also tried running a bat file (Firefox.bat) which consists of the executable and the html file: "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\lakej\Documents\My Projects\MyTest2\index.html" and then adding the "%f1" as the argument but, again, am not sure how to bring the active document into play.
Thanks for any help!
jimclake
In other words, "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\XXXXXX\Documents\My Projects\MyTest2\index.html" is my entry in the Tool Configurator but how/where does the active document come into play?
I've tried "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\XXXXXX\Documents\My Projects\MyTest2\index.html" "%f" but the trailing %f argument seems to be ignored as I assume the Command line is limited to only a single argument?
I've also tried running a bat file (Firefox.bat) which consists of the executable and the html file: "C:\Program Files\Mozilla Firefox\firefox.exe" "C:\Users\lakej\Documents\My Projects\MyTest2\index.html" and then adding the "%f1" as the argument but, again, am not sure how to bring the active document into play.
Thanks for any help!
jimclake
statistics: Posted by jimclake — 18:48 - 1 day ago — Replies 2 — Views 745