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>
15 lines
246 B
Batchfile
15 lines
246 B
Batchfile
@echo off
|
|
if %1.==. goto test
|
|
if %1==150 goto set_add
|
|
if %1==200 goto set_add
|
|
if %1==300 goto set_add
|
|
echo.
|
|
echo Useage %0 address -- address range 150, 200, 300
|
|
echo.
|
|
goto end
|
|
:set_add
|
|
set transputer=%1
|
|
:test
|
|
RR 0 TEST.BTL
|
|
:end
|