Metropoli BBS
VIEWER: update.bat MODE: TEXT (ASCII)
echo 	off
cls
if %1x == shellx goto shellst

:begin
cls
type update.doc
echo 	Please put the GENOS-1 disk in drive B: and
pause
if not exist B:cpronet\acomdrv.obj goto begin

:copy1
copy ?os14?.obj b:cpronet\?comdrv.obj
:if PRIMARY.DRV is on the genos-1 disk we need a new NET$OS.OBJ
:This new NET$OS.OBJ must be serialized at Proteon!!!
if not exist B:primary.drv goto shellst
if not exist net$os.obj goto noos

ren b:primary.drv pr.drv

:genos2
cls
echo 	Please put the GENOS-2 disk in drive B: and
pause
if not exist b:net$os.obj goto genos2
copy net$os.ob? b:

:shellst
cls
echo 	Please put the GENSH-1 disk into drive B: and
pause
if not exist B:cpronet\shelldrv.obj goto shellst

:copy2
copy shelldr?.obj B:cpronet

:copy3
echo 	Please put the GENSH-2 disk into drive B: and
pause
if not exist b:zapsh.exe goto copy3
if not exist b:nimload.bin goto copy4
del b:nimload.bin

:copy4
copy an*.com B:\
copy netbios.com b:\
goto end

:noos
cls
echo 	You have a ProNET-10 specific version of Netware that
echo 	will not allow you to correctly generate the OS files.
echo 	You will need to contact Proteon directly to get a new
echo 	serialized NET$OS.OBJ file.
echo 	You may continue anyway, upgrading just the shell
echo 	drivers, or Control-C to exit.
pause
goto shellst
:end
[ RETURN TO DIRECTORY ]