@echo off

REM Configuration Dependent Environment Variables
REM Modify these to fit your setup

set lostpath=lost2\
set doom_cmd=doom -file 

REM Needn't modify this

SELECT %doom_cmd% [%lostpath%lost_*.*]

CLS
echo ---Thanks for playing Lost
echo --Herv‚ Benvel, 1994
echo -

