
Quote: Originally Posted by
pooksahib
Exact same problem here - I had my post all ready when I saw this! Thanks, SuperiorBeen for the batch file solution. I'd never heard of batch files before so I did some research and made one which works. Would it be possible to make the batch file launch Firefox at the same time as connecting to the net? (It's terrible that we're all so lazy we're looking for ways to save one click...!)
Best regards
Its very easy to launch files inside bat files, just ad the path+name of the program:
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" - this is for 64bit
then add the exit command!
Also you could make the firefox shortcut to point to the batch file instead of the actual firefox.exe!