We Recommend

An Introduction to R An Introduction to R
This tutorial manual provides a comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions written in its own language, or using dynamically loaded modules written in C, C++ or Fortran. One of R's strengths is the ease with which well-designed publication-quality plots can be produced.


Posted By

jatkins on 01/27/08


Tagged

ie internetexplorer safari Opera Firefox batch browsers webbrowsers


Versions (?)


Load Firefox, IE6, Safari, and Opera in one go


Published in: Other 


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.


  1. start "Firefox" "C:\Program Files\Mozilla Firefox\firefox.exe"
  2. start "Internet Explorer" "C:\Program Files\Internet Explorer\IEXPLORE.EXE"
  3. start "Safari" "C:\Program Files\Safari\Safari.exe"
  4. start "Opera" "C:\Program Files\Opera\Opera.exe"
  5. exit

Report this snippet 

You need to login to post a comment.