/ Published in: DOS Batch
Designed for Windows XP.
This is a simple Windows batch file, and assumes those paths are the same on your system - modify as needed. Save it as browsers.bat. Running it will load each of the browsers in one click.
Expand |
Embed | Plain Text
start "Firefox" "C:\Program Files\Mozilla Firefox\firefox.exe" start "Internet Explorer" "C:\Program Files\Internet Explorer\IEXPLORE.EXE" start "Safari" "C:\Program Files\Safari\Safari.exe" start "Opera" "C:\Program Files\Opera\Opera.exe"
You need to login to post a comment.
