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
269 B
Batchfile
15 lines
269 B
Batchfile
rem @echo off
|
|
@rem remote run controller, version 2
|
|
@rem Division Ltd
|
|
if "%1"=="" goto abort
|
|
if "%2"=="" goto abort
|
|
|
|
ispy | rrun2 %1
|
|
iserver /ss /sc %2 %3 %4 %5 %6 %7 %8 %9
|
|
goto end
|
|
|
|
:abort
|
|
@echo %0 rr2 <processor_no> <application.btl> <args......>
|
|
|
|
:end
|