home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo ╔═════════════════════════╗
- echo ║ ┌─────────────────────┐ ║
- echo ║ │ ███ ███ │ ║
- echo ║ │ ███ ███ │ ║
- echo ║ │ ███ ███ │ ║
- echo ║ │ ███ ███ │ ║
- echo ║ │ ▄▄▄ ███ ███ │ ║
- echo ║ │ ███ ███ ███ │ ║
- echo ║ │ ▀██▄▄▄█▀ ████████ │ ║
- echo ║ │ ▀▀▀▀ ▀▀▀▀▀▀▀▀ │ ║
- echo ║ └─────────────────────┘ ║
- echo ╚═════════════════════════╝
- echo
- echo █ █ ▄▀▀▀▀▀▄ ▄▀▀▀▀▀▄ TM
- echo █▀▄ █ █ █ NETWORK
- ECho █ ▀▄ █ █ ▀▀▀▀▀▄ COMMUNICATION
- echo █ ▀▄█ █ █ SERVER
- echo █ █ ▀▄▄▄▄▄▀ ▀▄▄▄▄▄▀
- echo
- ECHO Version 5.0
- echo
- echo Press any key to start the NCS installation
- pause>nul
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- echo ────────────────────── Ver. 5.00
- echo
- echo 1. Make a directory on network drive.
- echo 2. Change to that directory.
- echo 3. Type A and press ┘Enter.
- echo
- echo 4. The command switches to install the software are:
- echo
- echo NCSINST F U
- echo
- echo │ │
- ECHO Drive letter ──┘ └── Upgrade Option
- ECHO (NO COLON) (any NCS version)
- echo
- ECHO
- echo Examples:
- echo ─────────
- ECHO 1. NCSINST F U = Upgrade Previous NCS To Ver.5.00 On Drive F.
- echo 2. NCSINST F = New NCS Ver.5.00 Installation On Drive F.
- echo
- ECHO
- echo Ctrl-C to abort the installation, any other key to continue ...
- pause>nul
- if %1x==x goto no_drive
- if not exist pkunzip.exe goto bad_disk
- if not exist ncsfiles.zip goto bad_disk
- if %2x==x goto new_install
- if %2x==x goto new_install
- if not exist %1:ncsserv.ncs goto error3
- rem else if updating (ncsserv.ncs) found
- goto detr_update
- :new_install
- if exist %1:*.* goto bad_current
- cls
- echo
- ECHO INSTALLATION PROCEDURE NCS (tm)
- ECHO ────────────────────── Ver. 5.00
- ECHO
- ECHO First Time Installation:
- echo ────────────────────────
- echo
- echo
- echo The NCS software files will be placed in the directory:
- echo
- cd %1:
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo Ctrl-C to abort the installation, any other key to continue ...
- pause>nul
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- echo ────────────────────── Ver. 5.00
- echo
- echo Copying Files
- echo ─────────────
- copy *.* %1:
- cls
- %1:pkunzip -o %1:ncsfiles.zip %1:
- if exist %1:ncsfiles.zip del %1:ncsfiles.zip
- if exist %1:pkunzip.exe del %1:pkunzip.exe
- if exist %1:ncsinst.bat del %1:ncsinst.bat
- if exist %1:chk*.com del %1:chk*.com
- if exist %1:cvt*.com del %1:cvt*.com
- goto exit
- :detr_update
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- ECHO ────────────────────── Ver. 5.00
- ECHO
- echo Updating NCS:
- echo ─────────────
- if not exist %1:ncsserv.ncs goto no_files
- if exist %1:ncsfiles.zip del %1:ncsfiles.zip
- if exist %1:ncsinst.bat del %1:ncsinst.bat
- if exist %1:ncsserv.ncs copy %1:ncsserv.ncs %1:*.jl
- if exist %1:ncsserv.ncs copy %1:ncsserv.ncs %1:*
- if exist %1:ncsuser.nca copy %1:ncsuser.nca %1:*.jl
- echo
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- echo ────────────────────── Ver. 5.00
- echo
- echo Copying Files:
- echo ──────────────
- copy *.* %1:
- echo
- echo
- cls
- %1:pkunzip -o %1:ncsfiles.zip %1:
- del %1:pkunzip.exe
- del %1:ncsfiles.zip
- copy %1:ncsserv.jl %1:*.ncs
- copy %1:ncsuser.jl %1:*.nca
- %1:
- chkserv5
- if errorlevel = 1 goto next
- goto upgrade_new
- :next
- chkserv4
- if errorlevel = 1 goto upgrade_new
- goto upgrades
- :upgrade_new
- del %1:ncsserv.jl
- del %1:chk*.com
- del %1:cvt*.com
- del %1:ncsinst.bat
- del %1:ncsserv
- del %1:ncsuser.jl
- cls
- echo
- echo INSTALLATION COMPLETE NCS (tm)
- echo ───────────────────── Ver. 5.00
- echo
- echo Upgrade Complete:
- echo ─────────────────
- echo
- echo ■ File NCSSERV.NCS was not converted since it is
- echo compatible with NCS Ver 5.00.
- echo
- echo
- echo
- echo ■ You can now view some .DOC files containing a
- echo variety of information, tips, updates, tech notes etc ...
- echo
- echo
- echo
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to continue
- pause>nul
- goto exit
- :upgrades
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- ECHO ────────────────────── Ver. 5.00
- ECHO
- echo Upgrade Complete:
- echo ─────────────────
- echo
- echo
- echo ■ Updating version 4.xx or earlier requires the
- echo conversion of the server configuration file:
- echo
- echo ■ NCSSERV.NCS
- echo
- echo into NCS 5.00 format.
- echo
- echo
- echo The current configurations in the above file will be
- echo copied to:
- echo ■ NCSSERV.JL
- echo
- echo
- echo
- echo Press any key convert configuration file
- pause>nul
- cls
- echo
- echo INSTALLATION PROCEDURE NCS (tm)
- echo ────────────────────── Ver. 5.00
- echo
- echo
- echo Converting Server Configuration File:
- echo ─────────────────────────────────────
- echo
- echo
- echo Please wait ...
- echo ───────────────
- %1:
- cvtserv5
- if exist %1:cvt*.com del %1:cvt*.com
- if exist %1:chk*.com del %1:chk*.com
- copy %1:ncsserv.jl %1:ncsserv.ncs
- if exist %1:ncsuser.jl del %1:ncsuser.jl
- if exist %1:ncauser.jl del %1:ncauser.jl
- copy %1:ncsserv %1:ncsserv.jl
- del %1:ncsserv
- echo
- echo
- echo ■ Upgrade and conversion successful
- echo
- echo ■ Updated NCSSERV.NCS. Old file renamed to: NCSSERV.JL.
- echo
- echo
- echo
- echo
- echo Ctrl-C to abort installation, any other key to continue
- pause>nul
- :exit
- cls
- echo
- echo INSTALLATION COMPLETE NCS (tm)
- echo ───────────────────── Ver. 5.00
- ECHO
- ECHO
- ECHO ■ NCS 5.0 Has been successfully installed on your network.
- ECHO Remember to run NCSEDIT.EXE to configure the server.
- echo
- echo ■ You should print the .DOC files available and read them
- echo as they contain information not found in the manual.
- echo
- ECHO DTERM.DOC Info on running JL Terminal Emulator program.
- ECHO NCSEVAL.DOC Info on running the NCS Demo version FIRST.
- echo NCSUPDAT.DOC Updates, fixes, command line switches, etc...
- ECHO NCSQUICK.DOC Quick Start Chapter for 5-minute setup.
- echo NETWORKS.DOC Info on setting up NCS on Novell & NetBIOS networks.
- ECHO README.1ST Should read before installation. Basic setup info.
- ECHO README.2ND Info on setup on IPX/NetBIOS.
- echo TIPS.DOC Tips, tech notes, fixes, etc ...
- echo
- echo
- echo Press Ctrl-C to ABORT, any other key to VIEW above files ...
- pause>nul
- :view_files
- cls
- echo
- echo VIEW FILES
- echo ──────────
- echo
- echo View The File:
- echo ──────────────
- echo
- echo ■ README.2ND: Contains information on the config-
- echo uring the NCS server.
- echo
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to view NCSUPDAT.DOC
- pause >NUL
- if not exist %1:readme.2nd goto general
- cls
- %1:
- %1:mre %1:readme.2nd
- echo Press any key to continue
- pause >nul
- :general
- cls
- echo
- echo VIEW FILES
- ECHO ──────────
- ECHO
- ECHO View The File:
- echo ──────────────
- echo
- echo ■ NCSEVAL.DOC: contains information on the evaluation
- echo demonstration version of the NCS.
- echo
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to view NCSEVAL.DOC ...
- pause>nul
- if not exist %1:ncseval.doc goto tips
- cls
- %1:mre %1:ncseval.doc
- echo
- echo Press any key to continue
- pause>nul
- echo
- :tips
- cls
- echo
- echo VIEW FILES
- ECHO ──────────
- ECHO
- ECHO View the file:
- echo ──────────────
- echo
- echo ■ TIPS.DOC: contains "tips" on installing and
- echo using the NCS.
- echo
- echo
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to view TIPS.DOC ...
- pause>nul
- if not exist %1:tips.doc goto dterm
- cls
- %1:mre %1:tips.doc
- echo
- echo Press any key to continue
- pause>nul
- :dterm
- cls
- echo
- ECHO VIEW FILES
- ECHO ──────────
- ECHO
- echo View the file:
- echo ──────────────
- echo
- echo
- echo ■ DTERM.DOC: contains information on J&L Dumb Terminal
- echo Emulator.
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to view file
- pause>nul
- if not exist %1:dterm.doc goto readme
- cls
- %1:mre %1:dterm.doc
- echo
- echo Press any key to continue
- pause>nul
- :readme
- cls
- echo
- echo VIEW FILES
- echo ──────────
- echo
- echo View the file:
- echo ──────────────
- echo
- echo ■ NCSUPDAT.DOC: contains information on the latest
- echo updates to NCS.
- echo
- echo
- echo
- echo
- echo Ctrl-C to exit, any other key to continue
- pause>nul
- if not exist %1:ncsupdat.doc goto exit
- cls
- %1:mre %1:ncsupdat.doc
- echo
- echo Press any key to exit
- pause>nul
- goto done
- :bad_disk
- cls
- echo
- echo INSTALLATION ERROR NCS (tm)
- echo ────────────────── Ver. 5.00
- echo
- echo File(s) Not Found:
- echo ──────────────────
- echo
- echo ■ NCSFILES.ZIP
- echo ■ PKUNZIP.EXE
- echo
- echo
- echo Unable to proceed. Must have the above files on the
- echo NCS diskette.
- echo
- echo
- echo
- echo
- echo Contact J&L's Customer Support Group: (818) 709-1778
- echo
- echo
- echo ERROR CODE: 74
- echo
- echo ── Strike any key to exit ──
- pause>nul
- goto done
- :no_files
- cls
- echo
- echo INSTALLATION ERROR NCS (tm)
- echo ────────────────── Ver. 5.00
- echo
- echo Specified Directory Empty:
- echo ──────────────────────────
- echo
- echo ■ The directory you specified is empty. There are no
- echo files to update. Check directory name.
- echo
- echo ■ If you are installing NCS for the first time, type:
- echo
- echo NCSINST F
- echo
- echo
- echo
- echo Correct this situation and re-install NCS 5.00.
- echo
- echo ERROR CODE: 53
- echo
- echo ── Strike any key to exit ──
- pause>nul
- :bad_current
- cls
- echo
- echo INSTALLATION ERROR NCS (tm)
- ECHO ────────────────── Ver. 5.00
- ECHO
- echo Write Attempt Error:
- echo ────────────────────
- echo
- echo ■ The specified directory is NOT empty. If this is a:
- echo
- echo
- echo 1. UPGRADE: include a U in your command line
- echo ────────
- echo Example: NCSINST F U
- echo
- echo
- echo 2. NEW INSTALL: choose another directory.
- echo ────────────
- echo Example: NCSINST F
- echo
- echo ERROR CODE: 82
- echo Correct the situation and re-install NCS 5.0.
- echo
- echo ── Strike any key to exit ──
- pause>nul
- goto done
- :no_drive
- cls
- echo
- echo INSTALLATION ERROR NCS (tm)
- echo ────────────────── Ver. 5.00
- echo
- echo
- echo Missing Destination Drive:
- echo ──────────────────────────
- echo
- echo ■ You must specify the drive letter on which you would
- echo like the NCS 5.0 installed.
- echo
- echo
- echo Example: NCSINST F
- echo
- echo
- echo
- echo
- echo Correct the situation and re-install NCS 5.0.
- echo
- echo ERROR CODE: 53
- echo
- echo ── Strike any key to exit ──
- pause>nul
- goto done
- :error3
- cls
- echo
- echo INSTALLATION ERROR NCS (tm)
- echo ────────────────── Ver. 5.00
- echo
- echo
- echo Missing File During Update:
- echo ───────────────────────────
- echo
- echo ■ Can not locate:
- echo
- echo NCSSERV.NCS
- echo
- echo
- echo ■ If this is a new installation, make sure the directory
- echo you are installing NCS 5.00 to is empty, and type:
- echo
- echo NCSINST F
- echo
- echo
- echo Correct the situation and re-install NCS 5.0.
- echo
- echo ERROR CODE: 12
- echo ── Strike any key to exit ──
- pause>nul
- goto done
- :done
-