home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1990-07-12 | 2.8 KB | 117 lines |
- @DefineProject
- @NAME = "Scrapbook+"
- @VERSION = "2.10"
- @GROUP = "A"
- @SUBDIR = "WINDOWS"
- @OUTDRIVE = C
- @REQUIRES @HardDisk
- @EndProject
-
- @Welcome
- @If(@OSMajor < 3)
- ERROR: Incorrect DOS version (@OSMajor:@OSMinor).
- Scrapbook+ 2.10 requires a minimum of DOS version 3.00!
- @Pause
- @Abort
- @EndIf
- @CLS
- This setup utility will install Scrapbook+ 2.10 on your hard
- disk. In order to use this application you must have the following
- hardware and software:
-
- 1. An IBM compatible personal computer, with:
-
- 512K of RAM
- a graphics display adapter
- a hard disk (recommended)
- a pointing device (recommended)
-
- 2. You must also have the following software installed:
-
- MS-DOS version 3.00 (or greater)
- Microsoft Windows 2.1 or 3.0
-
- @Pause
- @EndWelcome
-
- @GetSubdir
- The setup utility needs to know the name of the directory where
- Scrapbook+ is to be installed. This directory is usually the same
- directory where you installed Windows:
-
- * To accept the default directory {@OUTDRIVE:@SUBDIR}:
- - press the <┘> key.
-
- * To specify a different directory:
- - type the new directory name {for example: C:\PROGRAMS\}.
- - press the <┘> key.
-
- Note: if you specify a new directory, it must be listed as
- part of the system PATH as defined in your AUTOEXEC.BAT file.
- @PROMPT = "Enter destination directory?"
- @EndSubdir
-
- @GetGroups
- The setup utility needs to know which of the Scrapbook+ application
- files you wish to install. Please select the appropriate option
- and press the <┘> key:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Note that if you install the data files your existing SCRAP.ART data
- file will be overwritten (if it is already present).
- @Set A = "Program Only"
- @Set B = "Data Files Only"
- @Set C = "Program & Data Files"
- @EndGroups
-
- @DefineDisk
- @Label = "Master Diskette"
- @BeginLib SETUP.DAT
- @File scrap.exe @Group AC
- @File scrap.art @Group BC
- @File scrapl.dll @Group AC
- @File scrapf.fon @Group AC
- @File scraphlp.hlp @Group AC
- @File scraphlp.shl @Group AC
- @File cgmfiltr.flt @Group AC
- @File drwfiltr.flt @Group AC
- @File readme.wri @Group AC
- @EndLib
- @EndDisk
-
- @Finish
- @ChDrive @OUTDRIVE
- @Chdir "@SubDir"
- @Cls
- Scrapbook+ has now been installed on your hard disk. To load or run
- the application you should:
-
- 1. Start Microsoft Windows.
- 2. Load or run Scrapbook+ within Windows using
- the MS-DOS Executive or the Program Manager:
-
- SCRAP.EXE -- Scrapbook+ 2.10
-
- If you have any questions or problems, please refer to your user's
- manual for more information or contact us:
-
- Eikon Systems, Inc.
- 989 East Hillsdale Blvd., Suite 260
- Foster City, California 94404
- tel: 415-349-4664
- fax: 415-349-4896
- @Pause
- @EndFinish
-