Files
TeslaRel410/ALPHA_1/VWETEST/VPX/DBI0152/RUN.BAT
T
CydandClaude Fable 5 504aef88d4 ALPHA_1: commit the live production-system working tree
Un-ignored: this is the working copy the emulator actually boots (patched
BTL4OPT.EXE v4 lineage + .orig/.nop14/.pre_idle/.pre_limit backups,
TESTARN.EGG arena1 test egg, REL410 BT+RP trees, VGL_LABS pod boot bats,
VWETEST factory test suites, SB16 Creative utilities). The pristine
untouched image remains ALPHA_1.zip.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:40:34 -05:00

12 lines
217 B
Batchfile

@echo off
if not exist %1.btl goto no_file_err
:run_it
iserver /sb %1.btl %2 %3 %4 %5 %6 %7 %8 %9
goto end
:no_file_err
echo.
echo %1.btl does not exist, available files here are :-
dir *.btl /w
echo.
:end