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>
28 lines
528 B
Batchfile
28 lines
528 B
Batchfile
@echo off
|
|
set xt=0
|
|
set snd_path=
|
|
if %1.==. goto default
|
|
if %1==x set xt=f
|
|
if %1==X set xt=f
|
|
if %2.==x. set xt=f
|
|
if %2.==X. set xt=f
|
|
if %3.==x. set xt=f
|
|
if %3.==X. set xt=f
|
|
if %4.==x. set xt=f
|
|
if %4.==X. set xt=f
|
|
if %5.==x. set xt=f
|
|
if %5.==X. set xt=f
|
|
if %6.==x. set xt=f
|
|
if %6.==X. set xt=f
|
|
if %7.==x. set xt=f
|
|
if %7.==X. set xt=f
|
|
set p860=testmem.860
|
|
goto run
|
|
:default
|
|
set p860=testmem.860
|
|
:run
|
|
echo i860 program from %p860%
|
|
iserver /sb gt86con%xt%.btl %p860% %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
echo.
|
|
:end
|