home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / RES1.ZIP / INSTALL.DAT < prev    next >
Encoding:
INSTALL Professional project  |  1990-06-21  |  4.3 KB  |  195 lines

  1. @DefineProject
  2.    @NAME    = "INDIVIDUAL's RESUMEMAKER"
  3.    @VERSION = "1.30"
  4.    @SUBDIR  = "RMAKER" 
  5.    @Group = "C"
  6.    @OUTDRIVE= C
  7.    @Requires @HardDisk
  8.    @Requires 1500000
  9. @EndProject
  10.  
  11. @WELCOME
  12.     @CLS
  13.     This program will install @NAME 
  14.     on your computer.
  15.  
  16.     You may press the ESC key at any time to cancel
  17.     the installation.
  18.     @pause
  19.     @cls
  20.     @if (@InDrive == 'C')
  21.     It appears that you are running INSTALL from a
  22.     hard disk.  For INSTALL to run correctly, you 
  23.     must run from a floppy diskette.  
  24.  
  25.     Place your RESUMEMAKER Diskette #1 in your 
  26.     A: drive and run INSTALL again.
  27.     @pause
  28.     @abort
  29.     @endif
  30.     @Name can be run on the following 
  31.     hardware systems:
  32.  
  33.     - A hard disk system with 1 or 2 diskette drives
  34.     - A system with 2 diskette drives and no hard disk
  35.  
  36.     All systems require at least 465K of available RAM
  37.     memory and a CONFIG.SYS file with BUFFERS equal
  38.     to at least 8 and FILES equal to at least 20.  This
  39.     INSTALL program will check to see if your hardware 
  40.     is capable of running RESUMEMAKER.
  41.     @pause
  42. @EndWelcome
  43.  
  44.     @if (@OutDrive == 'C')
  45.     @GetGroups
  46.     @CLS
  47.     INSTALL has detected that you have a hard disk.
  48.     Now you need to choose how you will run RESUMEMAKER.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.     NOTE: Although you can run from 2 diskette drives
  57.           it is recommended that you run from your 
  58.           hard disk.
  59.         @Set A = "Run from your hard disk"
  60.         @Set B = "Run from 2 diskette drives"
  61.  
  62.     @EndGroups
  63.     @endif
  64.  
  65.   @GetOutDrive
  66.  
  67.     @CLS
  68.     @if ('a' [= @Group)             /* if installing to hard drive */
  69.     You will need to select the
  70.     disk drive on which to 
  71.     install RESUMEMAKER.
  72.     
  73.     @elseif ('b' [= @Group)         /* if hard disk, but running from floppies */
  74.  
  75.     @elseif(@InDrive != 'B')        /* if floppies only, but trying to INSTALL from A: */
  76.     @cls
  77.     To install on a floppy based system, you must 
  78.     start by placing your DOS diskette in Drive A
  79.     and @Name Diskette 1 in Drive B.
  80.  
  81.     Set up your diskettes this way, and re-run INSTALL.
  82.  
  83.  
  84.     @pause
  85.     @cls
  86.     @abort
  87.     @else
  88.     @cls
  89.     Place your DOS diskette in Drive A. 
  90.  
  91.     Make sure that you are using a working copy 
  92.     of DOS (i.e., not the original DOS diskette) with
  93.     the write protect tab off.
  94.     @pause
  95.     @cls
  96.     @endif
  97.  
  98. @EndOutDrive
  99.  
  100. @if('a' [= @Group)
  101.    @GetSubdir
  102.     @cls
  103.     RESUMEMAKER will be installed on drive @outdrive:
  104.  
  105.     @Name is normally installed in the
  106.     subdirectory named @SUBDIR.  
  107.     @prompt = "Enter a subdirectory or ENTER for @subdir "
  108.   @EndSubdir
  109. @endif
  110.  
  111.  
  112. @if ('a' [= @Group)
  113.  
  114.    @DefineDisk
  115.       @Label = "Diskette 1"
  116.       @File rmaker.exe
  117.       @File rminfo.exe
  118.         @FILE SN.DAT
  119.         @FILE DBFDIR.DIC
  120.         @FILE GUIDE.DBF
  121.         @FILE TOPIC.DBF
  122.         @FILE T_ALT.DBF
  123.         @FILE PIECES.DBF
  124.         @FILE FUNLIST.DBF
  125.         @FILE PERFLIST.DBF
  126.         @FILE PNAME.DBF
  127.         @FILE GUIDE.DBT
  128.         @FILE ACTION.HLP
  129.         @FILE HELP.HLP
  130.         @FILE MENU.HLP
  131.         @FILE TIPS.HLP
  132.         @FILE RM2.WLB
  133.         @FILE RMAKER.OVL
  134.         @FILE VECTOR.FNT
  135.         @FILE WIDTH.FNT
  136.         @FILE HERC.FNT
  137.         @FILE NEWFILE.DIC
  138.         @EndDisk
  139.  
  140.     @DefineDisk
  141.         @Label = "Diskette 2"
  142.  
  143.            @FILE PRINTER.DBF
  144.            @FILE MAIN.LEX 
  145.            @FILE RAM.LEX 
  146.            @FILE LEX.AUX 
  147.  
  148.         @FILE INTERACT.FIL
  149.         @FILE HOWTO.WLB
  150.         @FILE BDRV.PDT
  151.         @FILE BV10.FNT
  152.         @FILE BV12.FNT
  153.         @FILE BV14.FNT
  154.         @FILE BV16.FNT
  155.         @FILE BV18.FNT
  156.  
  157.         @FILE BVI10.FNT
  158.         @FILE BVI12.FNT
  159.         @FILE BVI14.FNT
  160.         @FILE BVI16.FNT
  161.         @FILE BVI18.FNT
  162.  
  163.         @FILE GM10.FNT
  164.         @FILE GM12.FNT
  165.         @FILE GM14.FNT
  166.         @FILE GM16.FNT
  167.         @FILE GM18.FNT
  168.  
  169.         @FILE GMI10.FNT
  170.         @FILE GMI12.FNT
  171.         @FILE GMI14.FNT
  172.         @FILE GMI16.FNT
  173.         @FILE GMI18.FNT
  174.  
  175.         @FILE HV10.FNT
  176.         @FILE HV12.FNT
  177.         @FILE HV14.FNT
  178.         @FILE HV16.FNT
  179.         @FILE HV18.FNT
  180.  
  181.         @FILE HVO10.FNT
  182.         @FILE HVO12.FNT
  183.         @FILE HVO14.FNT
  184.         @FILE HVO16.FNT
  185.         @FILE HVO18.FNT
  186.     @EndDisk
  187.  
  188. @EndIf
  189.  
  190. @SetConfig      
  191.     @Buffers = 8
  192.     @Files = 20
  193. @EndConfig
  194.  
  195.