@echo off REM runatlow.bat runs anri.bat by default unless given a parameter. IF [%1]==[] ( start /LOW /B anri.bat ) ELSE ( start /LOW /B %1 )