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>
14 lines
479 B
Batchfile
14 lines
479 B
Batchfile
@echo off
|
|
echo *************************************************************************
|
|
echo * Updating the VGL_Labs directory from \\vgl_code\podbay\vgl_labs
|
|
echo *************************************************************************
|
|
c:\nwclient\ipxodi
|
|
c:\net\net start /YES
|
|
c:\net\net logon %NDSID% /YES
|
|
c:\net\net use G: \\vgl_code\podbay /YES /PERSISTENT:NO
|
|
copy g:\vgl_labs\*.* c:\vgl_labs
|
|
c:\net\net logoff /YES
|
|
c:\net\net stop /YES
|
|
c:\nwclient\ipxodi /u
|
|
|