home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-05-18 | 2.9 KB | 143 lines |
- @DefineProject
- @Name = "MetaStock Utilities"
- @Version = "3.03"
- @Subdir = "\\MS"
- @OutDrive = C
- @REQUIRES 360000
- @REQUIRES @HARDDISK
- @EndProject
-
- @Welcome
- @CLS
-
- ╒════════════════════════════════════════════════════════════════╕
- │ (C) 1993 EQUIS International │
- ╘════════════════════════════════════════════════════════════════╛
-
- This program will install @NAME version @VERSION on your
- hard disk.
-
- This program will not modify your AUTOEXEC.BAT or CONFIG.SYS files.
-
- You may press the [Esc] key at any time to abort the installation
- process.
-
-
- @PAUSE
- @EndWelcome
-
- @WELCOME
- @IF(@OSMAJOR < 2)
- @CLS
-
- @NAME requires DOS version 2.0 or greater. You are using version
- @OSMAJOR.@OSMINOR.
-
- @PAUSE
- @ABORT
- @ENDIF
-
- @IF(@VIDEOCARD == 'M')
- @CLS
-
- @NAME requires CGA, EGA or VGA video hardware. Your computer
- reports that it is equipped with a monochrome adapter (MDA).
-
- This installation process will continue, however, you may not be
- able to run @NAME.
-
- Refer to "System Requirements" in the @NAME User's Manual for
- additional information.
-
- @PAUSE
- @ELSEIF(@VIDEOCARD != 'C')
- @if(@VIDEORAM < 256)
- @CLS
-
- @NAME requires that your EGA and VGA video hardware contains 256k of
- graphic memory. Your computer reports that it contains one of these
- adapters which is equipped with less than 256k.
-
- This installation process will continue, however, you may not be
- able to run @NAME.
-
- Refer to "System Requirements" in the @NAME User's Manual for
- additional information.
-
- @PAUSE
- @ENDIF
- @ENDIF
- @ENDWELCOME
-
- @GetOutDrive
- @CLS
-
- Select the disk drive you want to install @NAME on.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up]/[Down] keys to select the disk drive and press [ENTER].
-
- @EndOutDrive
-
- @GetSubdir
- @CLS
-
- Now you need to specify the subdirectory where @NAME
- should be installed.
-
- We suggest that you simply press [ENTER] to install the program in the
- default subdirectory named below.
-
- @PROMPT = "Install in which subdirectory?"
- @EndSubdir
-
- @DefineDisk
-
- @LABEL = "PROGRAM DISK"
-
- @File README.BAT
- @File README.TXT
- @File SHOW.EXE
-
- @BeginLib MSU.RED
- @File ASCII.PRN
- @File CHKMEM.EXE
- @File CHKCOM.EXE
- @File MSU.EXE
- @EndLib
-
- @EndDisk
-
-
- @Finish
- @CLS
-
- The "README" file is about to be displayed on your screen. You can view
- the contents of the README file using the [Up]/[Down] keys. When you are
- done viewing the file, press [Esc] to return to this installation program.
-
- @PAUSE
-
- @ChDrive @InDrive
-
- @SYSTEM "SHOW README.TXT"
-
- @ChDrive @OutDrive
- @ChDir "@Subdir"
-
- @CLS
-
- @EndFinish
-