Hi, I've made a .bat-file to use for opening an URL to multiple browsers like this:
"e url.com"
would run the file e.bat which opens the url in those browsers.
The e.bat looks like this:
@echo on
@start "" /b "C:\Program Files (x86)\Safari\safari.exe" %1
@start "" /b "C:\Program Files (x86)\Internet Explorer\iexplore.exe" %1
@start "" /b "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" %1
@start "" /b "C:\Program Files (x86)\Opera\opera.exe" %1
@start "" /b "C:\Users\****\AppData\Local\Google\Chrome\Application\chrome.exe" %1
Is it possible to use debug-bar with the command line? and send in the url like for a browser?
I'm using Win7.
Thanks for the reply
Edit: nevermind! I found a link but i'll leave the thread incase anyone would like to do the same thing:
http://www.my-debugbar.com/wiki/IETeste … eArguments
Thanks for an awesome program!
Last edited by narcisha (2009-08-14 20:29:35)