home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / UE312INS.ZIP / INSTALL.DAT < prev    next >
Text File  |  1993-04-23  |  4KB  |  173 lines

  1. @DefineProject
  2.     @Name         = "MicroEMACS"
  3.     @Version    = "3.12"
  4.     @Subdir     = "\\bin\\"
  5.     @OutDrive     = C
  6.     @Requires    @HardDisk
  7. @EndProject
  8. @DefineVars
  9.     @Integer    @MaxDisk  = 1
  10.     @Qstring    @OpSys      = "DOS"
  11.     @Qstring    @DiskSz      = "DSHD"
  12. @EndVars
  13.  
  14. @Display
  15.     @Cls
  16.     @Name  
  17.     Version @Version
  18.  
  19.     Programmer's Editor
  20.     04/22/93
  21.     Installation Program
  22.  
  23.   Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993 by Daniel M. Lawrence
  24.   @Name @Version can be copied and distributed freely for any
  25.   non-commercial purposes. Commercial users may use @Name @Version
  26.   inhouse. Shareware distributors may redistribute @Name @Version
  27.   for media costs only. @Name @Version can only be incorporated into
  28.   commercial software or resold with written permission from the author.
  29.  
  30.     This program will install @Name Version @Version
  31.     on your IBM-PC compatible computer system.
  32.  
  33.     This version is intended for authorized BETA testers only!
  34.  
  35.     @Pause
  36. @EndDisplay
  37.  
  38. @GetGroups
  39.     @CheckBox
  40.     @SetGroup(D)
  41.     @CLS
  42.     Install @Name for which operating systems:
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.     Use the [UP ARROW] and [DOWN ARROW] keys to move the selection
  53.     bar. Press [SPACE] to change the current selection. Press [ENTER]
  54.     to confirm your selections and continue.
  55.  
  56.     @set D = "MSDOS - Real Mode"
  57.     @set M = "MSDOS - Protected Mode (w/DOS16M)"
  58.     @set O = "OS/2 1.3 or OS/2 2.0"
  59.     @set W = "MicroSoft Windows version 3.1"
  60.  
  61. @EndGroups
  62.  
  63. @GetOutDrive
  64.     @CLS
  65.     Select the drive name where you wish to install @Name:
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.     @Suppress A
  82.     @Suppress B
  83.  
  84.     Use the [Up Arrow], [Down Arrow] keys to move the bar;
  85.     Press [Enter] to select a disk.
  86. @EndOutDrive
  87.  
  88. @GetSubdir
  89.     @CLS
  90.  
  91.         Enter the name of the directory where you wish to install
  92.     @Name @Version. Remember, all the versions you choose to
  93.     install will go into this directory. If you wish different
  94.     versions to go into different directories, please hit [ESC]
  95.     twice to abort out of this installation and run it once for
  96.     each operating system.
  97.  
  98.         @PROMPT = " Press [Enter] to accept @Subdir "
  99. @EndSubdir
  100.  
  101. @SetAutoexec
  102.     @AskOverwrite
  103.     @Path = "@OutDrive:@Subdir"
  104. @EndAutoexec
  105.  
  106. /*
  107. @SetConfig
  108.     @AskOverwrite
  109.     @Files = 40
  110.     @Buffers = 15
  111. @EndConfig
  112. */
  113.  
  114. @Display
  115.  
  116.     @if (@DiskFree @OutDrive < 500000)
  117.     The drive you selected to install @Name has only
  118.     @DiskFree @OutDrive bytes availible. @Name @Version
  119.     requires 500K of disk space to install.
  120.     @Pause
  121.     @Abort
  122.     @Endif
  123. @EndDisplay
  124.  
  125. @DefineDisk
  126.     @LABEL = "@Name Installation Disk"
  127.     @BeginLib EMACS.RED
  128.         @File BPAGE.CMD @Size 12363
  129.         @File CPAGE.CMD @Size 8105
  130.         @File CUA.CMD @Size 9921    @group W
  131.         @File DEV.CMD @Size 3731    @group W
  132.         @File DOSBOX.PIF @Size 545    @group W
  133.         @File DOSEXEC.PIF @Size 545    @group W
  134.         @File EHELP.CMD @Size 11147
  135.         @File EHELP1.TXT @Size 41225
  136.         @File EHELP2.TXT @Size 25199
  137.         @File EMACS.EXE @Size 69730    @group D
  138.         @File EMACS.PRN @Size 376686
  139.         @File EMACS.RC @Size 6018
  140.         @File EMACS16M.EXE @Size 193455    @group M
  141.         @File EPAGE.CMD @Size 3606
  142.         @File ERROR.CMD @Size 232
  143.         @File FILTER.CMD @Size 1737
  144.         @File LPAGE.CMD @Size 5126
  145.         @File MDI.CMD @Size 4044    @group W
  146.         @File MEWIN.CMD @Size 3050    @group W
  147.         @File MEWIN.EXE @Size 445188    @group W
  148.         @File MEWIN.HLP @Size 210214    @group W
  149.         @File NEWPAGE.CMD @Size 3018
  150.         @File OPAGE.CMD @Size 5904
  151.         @File OS2EMACS.EXE @Size 142923    @group O
  152.         @File PPAGE.CMD @Size 8294
  153.         @File README @Size 15044
  154.         @File SHELL.CMD @Size 2351
  155.         @File WPAGE.CMD @Size 4222
  156.     @EndLib
  157. @EndDisk
  158.  
  159. @Finish
  160.     @Cls
  161.     @ChDrive @OutDrive
  162.     @ChDir "@Subdir"
  163.  
  164.     @Name @Version is now installed on your system. Read the README
  165.     file for current release and support information. A copy of the
  166.     @Name reference manual suitable for being printed to a
  167.     PostScript printer is in the file EMACS.PRN. You will need to
  168.     reboot your computer to add @Subdir to your path if you
  169.     allowed the installation to add this to your AUTOEXEC.BAT file.
  170.  
  171.     @pause
  172. @EndFinish
  173.