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>
37 lines
1.0 KiB
INI
37 lines
1.0 KiB
INI
@echo off
|
|
rem
|
|
rem *** Remove from here to the the marker below if the pod has already been
|
|
rem *** installed with a vgl_labs directory
|
|
rem
|
|
echo .
|
|
echo Making vgl_labs directories
|
|
echo .
|
|
mkdir c:\vgl_labs
|
|
mkdir c:\vgl_labs\thispod
|
|
echo .
|
|
echo Copying over existing wattcp.cfg file
|
|
echo .
|
|
copy copy c:\rp\wattcp.cfg c:\vgl_labs\thispod\wattcp.cfg
|
|
rem
|
|
rem *** end of stuff to remove
|
|
rem
|
|
echo .
|
|
echo Preparing pod for loading of Release 1_20
|
|
echo .
|
|
echo Copying over VGL_LABS scripts
|
|
echo .
|
|
copy a:\vgl_labs\*.* c:\vgl_labs
|
|
echo .
|
|
echo Installing bootpod.bat
|
|
echo .
|
|
copy a:\vgl_labs\thispod\bootpod.bat c:\vgl_labs\thispod
|
|
echo .
|
|
echo Installing new config.sys and autoexec.bat
|
|
echo .
|
|
copy a:\vgl_labs\thispod\config.sys c:\config.sys
|
|
copy a:\vgl_labs\thispod\autoexec.bat c:\autoexec.bat
|
|
echo ***** Ready to start update. Make sure your server is up and
|
|
echo ***** running then reboot this pod to start the update process.
|
|
echo ***** When the update is done the pod will be ready to run.
|
|
|