Jump to content

Recommended Posts

Posted

Alright, I, as the title says, want to open Mozilla Firefox with two tabs open before I even see the window. Is this possible and if so how?

I've been using this (below) but it lets the user see the opening of the tab and the second address being sent.

ShellExecute("C:\Program Files\Mozilla Firefox\firefox.exe", "www.gmail.com", "", "open", @SW_HIDE)
        WinWaitActive("Mozilla Firefox") 
        Send("^t")
        Sleep(600) 
        Send("www.hotmail.com{enter}")

Any help greatly appreciated!

My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Posted

"C:\Program Files\Mozilla Firefox\firefox.exe" "www.gmail.com" "www.hotmail.com"

right click create shortcut and use the entire line i posted as target... it will open firefox with both tabs....

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...