All pastes #1876302 Raw Edit

Miscellany

public text v1 · immutable
#1876302 ·published 2010-06-02 22:59 UTC
rendered paste body
@echo off
echo Auto-open Program/s
echo (1) Internet Explorer
echo (2) Firefox
echo (3) Notepad
echo (4) MS Paint
echo (5) Photoshop (Only if you have it!)
echo (6) Sony Vegas 9.0c
echo (7) Minesweeper
set /p option=
if '%option%'=='1' start iexplore.exe
if '%option%'=='2' start firefox.exe
if '%option%'=='3' start notepad.exe
if '%option%'=='4' start mspaint.exe
if '%option%'=='5' start photoshop.exe
if '%option%'=='6' start vegas90.exe
if '%option%'=='7' start Minesweeper.exe
pause