home *** CD-ROM | disk | FTP | other *** search
/ Death Match - The Ultimate Game Player's Kit / CD1.zip / CD1 / INSTALL.DAT < prev    next >
Text File  |  1996-07-10  |  3KB  |  143 lines

  1. @DefineProject
  2.     @Name = "Death Match for Doom I"
  3.     @Version = "DOOMCD"
  4.     
  5.     @Subdir = "DOOMCD"
  6.     @OutDrive = C
  7. @EndProject
  8. @system "cv.exe"
  9. @Display
  10.     @Cls
  11.  
  12.     This program will install: @Name Doom Wad Launcher 
  13.     on your computer system and verify the integrity of the distribution 
  14.     files.  It will need Approx. 200k of Hard Disk space.
  15.     All WAD files will remain on the CDRom.
  16.     You may press the [Esc] key at any time to abort the installation.
  17.  
  18.     INSTALL will ask you several questions about your computer.
  19.     Each question has a default answer.  If the default answer is
  20.     correct, press the ENTER key in response to the question.
  21.     Otherwise, type the answer and then press the ENTER key.
  22.  
  23.     If you make a mistake while typing, press the BACKSPACE key
  24.     and then retype the answer.
  25.  
  26.     @Pause
  27. @EndDisplay
  28.  
  29. @Display
  30.     @Cls
  31.  
  32.  
  33.     To receive a free Crystal Vision product catalog call
  34.  
  35.             (800) 444-1343
  36.  
  37.  
  38.  
  39.     @Pause
  40. @EndDisplay
  41.  
  42. @Display
  43.     @Cls
  44.  
  45.     Additional information may be found in the file README.TXT
  46.     which is on the CDRom.  The file may be viewed by entering
  47.     EDIT README.TXT at the prompt for the installation disk drive.
  48.  
  49.     To receive Product Support for installation problems, you may
  50.     call Crystal Vision from 8:00 am to 4:30 pm Pacific time.  The 
  51.     number is    (619) 931-4949.
  52.  
  53.  
  54.  
  55.     @Pause
  56. @EndDisplay
  57.  
  58. @GetOutDrive
  59.     @Cls
  60.  
  61.    
  62.    
  63.    
  64.  
  65.  
  66.  
  67.    
  68.    
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.    
  77.    
  78.            On which disk drive do you wish to install 
  79.           @Name Doom Wad Launcher?
  80.  
  81.  
  82.         @Suppress(0,1)
  83.         @Suppress(0,16)
  84.  
  85.  
  86.  
  87.  
  88. @EndOutDrive
  89.  
  90. @GetSubdir
  91.     @Cls
  92.     Now you need to specify the disk destination subdirectory.  The
  93.     subdirectory is the location on your @OutDrive: drive where the 
  94.     @Name Doom Wad Launcher program will be placed.
  95.     If you don't know what a "subdirectory" is, you
  96.     probably need not worry about it, and should press ENTER for the 
  97.     next prompt.
  98.  
  99.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  100. @EndSubdir
  101.  
  102. @DefineDisk
  103. @Label = "Disk #1"
  104. @File \doomit\doomit.bat @Out @Subdir\doomit\doomit.bat
  105. @File \doomit\doomit.doc @Out @Subdir\doomit\doomit.doc
  106. @File \doomit\doomit.dat @Out @Subdir\doomit\doomit.dat
  107. @File \doomit\doomit.cfg @Out @Subdir\doomit\doomit.cfg
  108. @File \doomit\dmload.exe @Out @Subdir\doomit\dmload.exe
  109. @File \doomit\order.frm @Out @Subdir\doomit\order.frm
  110. @EndDisk
  111.  
  112. @Display
  113.      
  114.      To run DOOMIT Please do the following:
  115.        1.  Change Directory to: @OutDrive:@SubDir\DOOMIT
  116.        2.  Type DOOMIT and Press Enter.
  117.        3.  Consult USER Manual for more help.
  118.  
  119.  
  120.      @Pause
  121. @EndDisplay
  122.  
  123. @Finish
  124.     @ChDrive @OutDrive
  125.     @ChDir "@SubDir"
  126.     @ChDir "DOOMIT"
  127.  
  128.     Installation of @Name is now finished.
  129.  
  130.     Thank you for selecting this Crystal Vision product.
  131.  
  132.     You will now be left at the prompt for the directory where the
  133.     files have been installed.  To start The Death Match Wad Launcher, 
  134.     type DOOMIT and press the ENTER key. 
  135.     
  136.     Remember:  To start @Name Doom Wad Launcher, 
  137.       change to: @OutDrive:@Subdir\DOOMIT and enter DOOMIT to begin.
  138.                 
  139.     @Pause
  140. @EndFinish
  141.  
  142. /* end-of-file */
  143.