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>
27 lines
814 B
Batchfile
27 lines
814 B
Batchfile
@ECHO Off
|
|
rem *******
|
|
rem * Standard autoexec.bat for field pods, this should not be edited without
|
|
rem * approval from STS
|
|
rem *******
|
|
PATH C:\;C:\NWDOS;C:\NWCLIENT;C:\VGL_LABS
|
|
VERIFY OFF
|
|
PROMPT $P$G
|
|
SET NWDOSCFG=C:\NWDOS
|
|
SET FBP_USER=Virtual World Entertainment
|
|
rem
|
|
rem ***** check the disk for file errors and fix *****
|
|
rem
|
|
c:\nwdos\chkdsk /b/f<c:\vgl_labs\no
|
|
rem
|
|
rem *** load the network stuff
|
|
rem
|
|
lh c:\nwclient\lsl
|
|
lh c:\nwclient\lnepci
|
|
lh c:\nwclient\odipkt
|
|
NWCACHE 1024 1024 /LEND=OFF /DELAY=1000
|
|
call PARAMETR.bat Rel410 BT POD SLOW SVGA
|
|
if exist c:\%VERSION%\%PREFGAME%\last.spl copy c:\%VERSION%\%PREFGAME%\last.spl c:\%VERSION%\%PREFGAME%\bad.spl
|
|
if exist c:\%VERSION%\%PREFGAME%\last.spl del c:\%VERSION%\%PREFGAME%\last.spl
|
|
call c:\vgl_labs\update.bat
|
|
c:\vgl_labs\go.bat
|