Files
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

19 lines
367 B
Batchfile

call setsvga6
set logfile=c:\vwetest\vgltest\report\cycle60.log
set snds=c:\vwetest\vpx\dbi0152\
if exist %logfile% del %logfile%
t > %logfile%
:loop
flyk yip.scn camera.spl
if errorlevel 1 goto error
%snds%nusound %snds%yabba.wav
echo + >> %logfile%
goto loop
:error
echo ERROR!!
%snds%nusound %snds%screamfe.wav
:clean
set logfile=
set snds=
:end