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>
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
@ECHO Off
|
|
rem autoexec.bat from Glaze
|
|
|
|
REM 567890...15...20...25...30...35...40...45...50...55...60...65...70...75...80...85...90...95..100..105..110..115..120.....128
|
|
rem ** Set path for all configurations **
|
|
PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NWDOS;C:\NWCLIENT
|
|
rem ** If Win-NT client, make NT's NET first in path **
|
|
IF "%CONFIG%"=="WINNT" PATH C:\;C:\LOC;C:\BIN;C:\DVSTOOLS;C:\BRIEF;C:\ARTTOOLS;C:\BIN\NU;C:\TEL;C:\NET;C:\NWDOS;C:\NWCLIENT
|
|
|
|
VERIFY OFF
|
|
PROMPT [NDOS7-%CONFIG%] $P$G
|
|
SET VCSID=super
|
|
set bpath=c:\brief\macros
|
|
set bhelp=c:\brief\help
|
|
set bfile=state.rst
|
|
set bbackup=editback\
|
|
set bcc="cl -c %%s.c"
|
|
set bpackages=doc-txt,h-c,default,c,txt,odl,asm,658,pas,68k,34,34h,hdr,z80:r
|
|
set bflags=-i160k0Mu300 -mGC -mrestore -msavehist -mscrapper -Dega -D101key
|
|
SET NWDOSCFG=C:\NWDOS
|
|
SET TEMP=C:\TMP
|
|
IF NOT DIREXIST %TEMP% MD %TEMP%
|
|
SET TMP=C:\TMP
|
|
SET FBP_USER=Virtual World Entertainment
|
|
CALL LINES.BAT
|
|
IF NOT "%CONFIG%"=="MINIMAL" SHARE /L:20
|
|
LOADHIGH C:\NWDOS\NWCDEX.EXE /D:SONY_000 /L:R
|
|
IF NOT "%CONFIG%"=="MINIMAL" NWCACHE 7670 1024 /LEND=ON /DELAY=ON
|
|
IF "%CONFIG%"=="NOVELL" CALL NOVELL.BAT
|
|
IF "%CONFIG%"=="WINNT" CALL WINNT.BAT
|
|
|
|
REM **IF EXIST S:\PVCS\GET.EXE PATH %PATH%;S:\PVCS
|
|
|
|
rem ** Call net start for Win-NT client **
|
|
IF "%CONFIG%"=="WINNT" C:\NET\net start
|
|
IF "%CONFIG%"=="WINNT" CALL MAPNT.BAT
|
|
|
|
rem *** call the default configuration ***
|
|
CALL c:\vgl_labs\thispod\bootpod.bat
|
|
|
|
echo.
|
|
cd \
|
|
|