All pastes #1876291 Raw Edit

Apo

public text v1 · immutable
#1876291 ·published 2010-06-02 22:42 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
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
pause