home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1990-06-21 | 4.3 KB | 195 lines |
- @DefineProject
- @NAME = "INDIVIDUAL's RESUMEMAKER"
- @VERSION = "1.30"
- @SUBDIR = "RMAKER"
- @Group = "C"
- @OUTDRIVE= C
- @Requires @HardDisk
- @Requires 1500000
- @EndProject
-
- @WELCOME
- @CLS
- This program will install @NAME
- on your computer.
-
- You may press the ESC key at any time to cancel
- the installation.
- @pause
- @cls
- @if (@InDrive == 'C')
- It appears that you are running INSTALL from a
- hard disk. For INSTALL to run correctly, you
- must run from a floppy diskette.
-
- Place your RESUMEMAKER Diskette #1 in your
- A: drive and run INSTALL again.
- @pause
- @abort
- @endif
- @Name can be run on the following
- hardware systems:
-
- - A hard disk system with 1 or 2 diskette drives
- - A system with 2 diskette drives and no hard disk
-
- All systems require at least 465K of available RAM
- memory and a CONFIG.SYS file with BUFFERS equal
- to at least 8 and FILES equal to at least 20. This
- INSTALL program will check to see if your hardware
- is capable of running RESUMEMAKER.
- @pause
- @EndWelcome
-
- @if (@OutDrive == 'C')
- @GetGroups
- @CLS
- INSTALL has detected that you have a hard disk.
- Now you need to choose how you will run RESUMEMAKER.
-
-
-
-
-
-
-
- NOTE: Although you can run from 2 diskette drives
- it is recommended that you run from your
- hard disk.
- @Set A = "Run from your hard disk"
- @Set B = "Run from 2 diskette drives"
-
- @EndGroups
- @endif
-
- @GetOutDrive
-
- @CLS
- @if ('a' [= @Group) /* if installing to hard drive */
- You will need to select the
- disk drive on which to
- install RESUMEMAKER.
-
- @elseif ('b' [= @Group) /* if hard disk, but running from floppies */
-
- @elseif(@InDrive != 'B') /* if floppies only, but trying to INSTALL from A: */
- @cls
- To install on a floppy based system, you must
- start by placing your DOS diskette in Drive A
- and @Name Diskette 1 in Drive B.
-
- Set up your diskettes this way, and re-run INSTALL.
-
-
- @pause
- @cls
- @abort
- @else
- @cls
- Place your DOS diskette in Drive A.
-
- Make sure that you are using a working copy
- of DOS (i.e., not the original DOS diskette) with
- the write protect tab off.
- @pause
- @cls
- @endif
-
- @EndOutDrive
-
- @if('a' [= @Group)
- @GetSubdir
- @cls
- RESUMEMAKER will be installed on drive @outdrive:
-
- @Name is normally installed in the
- subdirectory named @SUBDIR.
- @prompt = "Enter a subdirectory or ENTER for @subdir "
- @EndSubdir
- @endif
-
-
- @if ('a' [= @Group)
-
- @DefineDisk
- @Label = "Diskette 1"
- @File rmaker.exe
- @File rminfo.exe
- @FILE SN.DAT
- @FILE DBFDIR.DIC
- @FILE GUIDE.DBF
- @FILE TOPIC.DBF
- @FILE T_ALT.DBF
- @FILE PIECES.DBF
- @FILE FUNLIST.DBF
- @FILE PERFLIST.DBF
- @FILE PNAME.DBF
- @FILE GUIDE.DBT
- @FILE ACTION.HLP
- @FILE HELP.HLP
- @FILE MENU.HLP
- @FILE TIPS.HLP
- @FILE RM2.WLB
- @FILE RMAKER.OVL
- @FILE VECTOR.FNT
- @FILE WIDTH.FNT
- @FILE HERC.FNT
- @FILE NEWFILE.DIC
- @EndDisk
-
- @DefineDisk
- @Label = "Diskette 2"
-
- @FILE PRINTER.DBF
- @FILE MAIN.LEX
- @FILE RAM.LEX
- @FILE LEX.AUX
-
- @FILE INTERACT.FIL
- @FILE HOWTO.WLB
- @FILE BDRV.PDT
- @FILE BV10.FNT
- @FILE BV12.FNT
- @FILE BV14.FNT
- @FILE BV16.FNT
- @FILE BV18.FNT
-
- @FILE BVI10.FNT
- @FILE BVI12.FNT
- @FILE BVI14.FNT
- @FILE BVI16.FNT
- @FILE BVI18.FNT
-
- @FILE GM10.FNT
- @FILE GM12.FNT
- @FILE GM14.FNT
- @FILE GM16.FNT
- @FILE GM18.FNT
-
- @FILE GMI10.FNT
- @FILE GMI12.FNT
- @FILE GMI14.FNT
- @FILE GMI16.FNT
- @FILE GMI18.FNT
-
- @FILE HV10.FNT
- @FILE HV12.FNT
- @FILE HV14.FNT
- @FILE HV16.FNT
- @FILE HV18.FNT
-
- @FILE HVO10.FNT
- @FILE HVO12.FNT
- @FILE HVO14.FNT
- @FILE HVO16.FNT
- @FILE HVO18.FNT
- @EndDisk
-
- @EndIf
-
- @SetConfig
- @Buffers = 8
- @Files = 20
- @EndConfig
-