DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2009-08-14 20:28:26

narcisha
New member

Launch url's from the command prompt?

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 smile

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)

Offline