Apo
public text v1 · immutable@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