home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Encyclopedia 96-1
/
novell-nsepro-1996-1-cd2.iso
/
download
/
netware
/
ps110.exe
/
ULE35.ARC
/
ULELS2.35
next >
Wrap
Text File
|
1990-02-23
|
2KB
|
98 lines
#cls
display \nThis script file (ULELS2.35) is designed to upload the UPDATE diskettes to
display \nthe path F:\NETWARE. If this is not the correct path to your generation area,
display \neither correctly map drive F: to \NETWARE or use a text editor and change the
display \n"#cd NETWARE" location and each of the "F:\NETWARE" locations in this script
display \nfile to some other drive letter and/or path.\n
display \nDo you wish to continue?
confirm :end
exist F:\NETWARE :bad_drive
#F:
#cd \
#cd NETWARE
:u1
#cls
display \nInsert "UPDATE-1" into drive A:
pause
volume UPDATE-1 A: :u1
display \nUploading to "LAN_DRV_ELS" directory\n
exist F:\NETWARE\LAN_DRV_.ELS :bad_drive
#copy a:stoken.obj LAN_DRV_.ELS
#copy a:ane2000.obj LAN_DRV_.ELS
#copy a:sne2000.obj LAN_DRV_.ELS
display \nUploading to "SYSTEM" directory\n
exist F:\NETWARE\SYSTEM :bad_drive
#copy a:login.exe SYSTEM
display \nUploading to "SHGEN-1" directory\n
exist F:\NETWARE\SHGEN-1 :bad_drive
#copy a:shconfig.exe SHGEN-1
#copy a:stoken.lan SHGEN-1
#copy a:sne2000.lan SHGEN-1
#copy a:ipx.obj SHGEN-1
#copy a:net2.com SHGEN-1
#copy a:net3.com SHGEN-1
#copy a:net4.com SHGEN-1
#copy a:netbios.exe SHGEN-1
display \nUploading to "AUXGEN" directory\n
exist F:\NETWARE\AUXGEN :bad_drive
#copy a:ne2000.lan AUXGEN
#copy a:nconfig.exe AUXGEN
display \nUploading to "PROGRAMS-1" directory\n
exist F:\NETWARE\PROGRAMS.-1 :bad_drive
#copy a:folio.nfo PROGRAMS.-1
rem ======================================================================
rem **********************************************************************
:u2
#cls
display \nInsert "UPDATE-2" into drive A:
pause
volume UPDATE-2 A: :u2
display \nUploading to "GENDATA" directory\n
exist F:\NETWARE\GENDATA :bad_drive
#copy a:readme GENDATA
display \nUploading to "ELSGEN" directory\n
exist F:\NETWARE\ELSGEN :bad_drive
#copy a:ninstall.exe ELSGEN
#copy a:instovl.exe ELSGEN
#copy a:nconfig.hlp ELSGEN
display \nUploading to "UTIL-1" directory\n
exist F:\NETWARE\UTIL-1 :bad_drive
#copy a:compsurf.exe UTIL-1
#copy a:disked.exe UTIL-1
#copy a:vrepair.exe UTIL-1
goto :complete
rem ======================================================================
rem **********************************************************************
:bad_drive
display \nThe specified path does not exist.
goto :end
:complete
display \nYOU ARE FINISHED!!!
:end