Un-ignored: the dev drive is the ground truth the restoration and emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio content). Kept in-repo for the pod-owner community. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
268 B
Batchfile
15 lines
268 B
Batchfile
@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 Usage rr2 <processor_no> <application.btl> <args......>
|
|
|
|
:end
|