@echo off title Run A Program goto start :start cls set /p"Input=What drive do you want to run programs through on this session?:" cd %input% set /p"Input=What would you like to run?:" start %input% echo Options: Start set /p"Input=Where would you want to go?:" goto %input%