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>
33 lines
625 B
Plaintext
33 lines
625 B
Plaintext
echo=1. Enable KA9Q networking
|
|
echo=2. Enable Novell networking (default)
|
|
echo=3. Enable no networking
|
|
echo=Please select option:
|
|
set config=NOVELL
|
|
TIMEOUT 5
|
|
switch KA9Q, NOVELL, NONE
|
|
TIMEOUT 0
|
|
goto Common
|
|
:KAQ9
|
|
set config=KA9Q
|
|
return
|
|
:NOVELL
|
|
set config=NOVELL
|
|
return
|
|
:NONE
|
|
set config=NONE
|
|
return
|
|
:Common
|
|
DEVICE=C:\NWDOS\HIMEM.SYS
|
|
rem DEVICE=C:\NWDOS\EMM386.EXE DPMI=OFF FRAME=NONE
|
|
rem DEVICE=C:\NWDOS\DPMS.EXE
|
|
rem DEVICE=C:\NWDOS\SETVER.EXE
|
|
SHELL=C:\COMMAND.COM C:\ /E:1024 /P
|
|
BREAK=OFF
|
|
BUFFERS=15
|
|
FILES=60
|
|
FCBS=4,4
|
|
LASTDRIVE=Z
|
|
HISTORY=ON,512,ON
|
|
COUNTRY=1,,C:\NWDOS\COUNTRY.SYS
|
|
DOS=HIGH,UMB
|