@echo off rem Launch btl4.exe against the bundled content tree. rem The game requires its working directory to be the content dir (BTL4.RES, rem VIDEO\, BTDPL.INI, *.EGG are all resolved relative to cwd). rem Usage: run.cmd [EGG] (default DEV.EGG = grass/day) setlocal set CFG=Debug set EGG=%1 if "%EGG%"=="" set EGG=DEV.EGG cd /d "%~dp0..\content" "%~dp0..\build\%CFG%\btl4.exe" -egg %EGG%