ECHO OFF CLS REM XQT = execute a .bas file REM assuming all .bas files are in programs\qbasic QBASIC /RUN C:\PROGRAMS\QBASIC\%1.bas CLS