When starting your computer this code will open a program and then the website needed. Great for restarts on servers.
Save this as browser.bat in notepad.
Then add to your startup folder.
1 2 3 4 5 6 |
@echo off start /d "C:\Program Files\Mozilla Firefox" firefox.exe http://localhost/PROJECT/frame1.php start /d "C:\Program Files\Internet Explorer" iexplore.exe www.yahoo.com/ start /d "C:\Program Files\Safari" Safari.exe www.yahoo.com/ |