home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / sound / pcl_sdms / install.dat < prev    next >
Text File  |  1992-09-18  |  2KB  |  109 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: SDMS drivers
  5.  * Version: 1.600
  6.  *
  7.  * This INSTALL.DAT was automatically generated by DDB
  8.  */
  9.  
  10. @DefineProject
  11.     @Name = "SDMS Drivers"
  12.     @Version = "1.6"
  13.  
  14.     @Subdir = "\\SDMS"
  15.     @OutDrive = Z
  16. @EndProject
  17.  
  18. @Display
  19.     @Cls
  20.     --------------------- MS-DOS SDMS Installation --------------------
  21.     ---- Prepared for Cardinal Technology Inc. -- Licensed by NCR -----
  22.  
  23.     This program will install:  @Name Version @Version
  24.     on your MS-DOS computer system and verify the integrity of the
  25.     distribution disk(s).  You may press the [Esc] key at any time to
  26.     abort the installation.
  27.  
  28.     INSTALL will ask you several questions about your computer
  29.     hardware and then give you the option of modifying the
  30.     CONFIG.SYS file.
  31.  
  32.     Each question has a default answer.  If the default answer is
  33.     correct, press the ENTER key in response to the question.
  34.     Otherwise, type the answer and then press the ENTER key.
  35.  
  36.     If you make a mistake while typing, press the BACKSPACE key
  37.     and then retype the answer.
  38.                                       92202
  39.     @Pause
  40. @EndDisplay
  41.  
  42. @GetOutDrive
  43.     @Cls
  44.  
  45.     On which disk drive do you wish to install @Name?
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. @EndOutDrive
  60.  
  61. @GetSubdir
  62.     @Cls
  63.  
  64.     Now you need to specify the disk destination subdirectory.  The
  65.     subdirectory is the location on your disk where the @Name
  66.     will be installed.  If you don't know what a "subdirectory" is,
  67.     you probably need not worry about it, and should enter "\" for
  68.     the next prompt (don't type the quote characters).
  69.  
  70.     If you are using a subdirectory system, and the DOS PATH command,
  71.     and you install @Name in the @Subdir subdirectory, you will
  72.     probably want to modify the PATH so that it includes the
  73.     subdirectory @Subdir in addition to the current subdirectories.
  74.  
  75.  
  76.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  77. @EndSubdir
  78.  
  79.  
  80. @DefineDisk
  81.     @Label = "Disk #1"
  82.     @BeginLib SDMSDRV.001
  83.         @File GLOBAL.SYS @Size 4929 @Out GLOBAL.SYS
  84.         @File DOSCAM.SYS @Size 16230 @Out DOSCAM.SYS
  85.         @File CDROM.SYS @Size 16526 @Out CDROM.SYS
  86.     @EndLib
  87. @EndDisk
  88.  
  89. @SetConfig
  90.     @AskOverwrite
  91.     @Device="@OutDrive:@Subdir\\GLOBAL.SYS" 
  92.     @Device="@OutDrive:@Subdir\\DOSCAM.SYS"
  93.     @Device="@OutDrive:@Subdir\\CDROM.SYS /D:MSCD000"
  94.  
  95. @EndConfig
  96.  
  97. @Finish
  98.     @ChDrive @OutDrive
  99.     @ChDir "@SubDir"
  100.  
  101.     Installation of @Name is now finished.
  102.     Make sure that the CONFIG.SYS file has the proper
  103.     changes. Then, reboot the system to activate the drivers.
  104.     @Pause
  105. @EndFinish
  106.  
  107.  
  108.  
  109.