@echo off
REM Lost 2 beta 3
REM Configuration Dependent Environment Variables
REM Modify these to fit your setup

REM Directory where LOST2 files are stored:
set lostpath=lost2\

REM Command used to run Doom:
set doom_cmd=doom -file 

REM Here we go!
REM Needn't modify this
SELECT %doom_cmd% [%lostpath%lost_*.*]

echo ---Thanks for playing Lost
echo --Herv‚ Benvel, 1994
echo -

