home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
-
- REM Check for setup.325.
- IF NOT EXIST SETUP.325 GOTO ERROR
-
- REM Check to see if INSTALL.* already exists on drive C:.
- IF NOT EXIST C:\INSTALL.* GOTO CONTINUE
-
- cls
- echo.
- echo.
- echo An INSTALL program already exists on your C: hard drive
- echo root directory. You must remove or rename it first.
- echo.
- echo Type SETUP again after removing INSTALL file.
- echo.
- echo Call Sound Solutions if more information is needed
- echo (617) 438-7686...
- echo.
-
- GOTO END
-
- :CONTINUE
-
- REM Set program to see data on floppy drives A or B.
- SET SSDSK=
- SET SSIGN=C:D:E:
-
- cls
- echo.
- echo Welcome to
- echo ******************************
- echo *** THE SOUND SOLUTION ***
- echo ******************************
- echo Version 3.25
- echo.
- echo Copyright (C) by: SOUND SOLUTIONS, INC.
- echo 125 MAIN STREET - SUITE B
- echo STONEHAM, MASSACHUSETTS 02180
- echo.
- echo ***** ALL RIGHTS RESERVED *****
- echo.
- echo.
- echo The following is required to operate THE SOUND SOLUTION:
- echo.
- echo * IBM compatable computer with at least 640K RAM
- echo * Hard drive with at least 10 Megabytes free space
- echo * MS-DOS operating system 3.10 or later version
- echo installed on hard drive and PATH set to DOS files
- echo.
- echo.
- echo Ctrl-C to Cancel or
- pause
-
- cls
- echo.
- echo PLEASE WAIT WHILE LOADING SETUP PROGRAM....
-
- REM Run company information setup screen.
- \SND-SOL\WORK CTRL -S0 -XS 1 -D -H " INITIAL SETUP INFORMATION "
-
- cls
- echo.
- echo.
- echo The Company Setup Information can be updated or changed
- echo after the program is installed to the hard drive.
- echo.
- echo.
-
- REM Ask if OK to install program.
- \INSTALL\YESNO " Is it OK to install the program now (Y/N) ? "
-
- REM If Answered "N" then end setup.
- IF ERRORLEVEL 1 GOTO RETRY
-
- cls
- echo.
- echo.
- echo.
- echo Copying Installation Programs
- echo to hard drive...
-
- REM Otherwize copy installation assist programs to C: harddrive.
- COPY \INSTALL\INSTALL.TSS C:\INSTALL.BAT
- DEL \INSTALL.BAT
- COPY \INSTALL\TUNE.EXE C:\TUNE.EXE
- COPY \INSTALL\UNZIP.EXE C:\UNZIP.EXE
- COPY \INSTALL\YESNO.COM C:\YESNO.COM
-
- REM Reset normal program path.
- SET SSDSK=
- SET SSIGN=
-
- REM Set path to drive C: root directory
- SET PATH=C:\
-
- cls
- echo.
- echo ******************** INSTALLATION PROCEDURE **********************
- echo **** ****
- echo **** After SETUP is completed, you may install THE SOUND ****
- echo **** SOLUTION to a selected hard drive. ****
- echo **** ****
- echo **** At prompt below, type INSTALL space, then the ****
- echo **** hard drive letter you wish to copy THE SOUND SOL- ****
- echo **** UTION to followed by a colon (:) then press ENTER. ****
- echo **** ****
- echo **** Example: INSTALL C: ****
- echo **** ****
- echo **** This will copy THE SOUND SOLUTION program to drive C: ****
- echo ******************************************************************
- echo.
- echo Note: During installation program C:\CONFIG.SYS is
- echo automatically updated to: FILES=25, BUFFERS=30
- echo.
- echo and C:\AUTOEXEC.BAT is automatically updated
- echo to SET SSDSK=(hard drive letter).
- echo.
- echo Computer will "BEEP" and prompt
- echo you when to insert next disk.
-
- GOTO END
-
- :RETRY
-
- cls
- echo.
- echo When you are ready to install THE SOUND SOLUTION insert
- echo "SETUP DISK 1" in floppy drive and type SETUP again.
- echo.
- echo If you have any other questions, call Sound Solutions, Inc.
- echo at (617) 438-7686.
- echo.
-
- GOTO END
-
- :ERROR
-
- cls
- echo.
- echo You must have Disk 1 - SETUP in a floppy drive
- echo and change to the floppy drive before running SETUP.
- echo.
- echo Prompt C: A:SETUP Incorrect
- echo.
- echo A: SETUP Correct
- echo.
- echo Try again...
- echo.
-
- :END