home *** CD-ROM | disk | FTP | other *** search
/ KGB/CIA World Factbook / KGB-CIA_World_Factbook_MOST_1993.iso / install.dat < prev    next >
Text File  |  1993-03-08  |  3KB  |  122 lines

  1. @DefineProject
  2.     @Name           = "KGBCIA" /* Product Textual Name:  */
  3.     @Version        = "V1.0"
  4.     @Subdir         = "KGBCIAD"          /* default subdirectory for files */
  5.     @OutDrive       = C
  6.     @Group          = "A"
  7.     @Requires  1500000       /* requires 1.5 megabytes */
  8.     @Requires  @Harddisk
  9. @EndProject
  10. @Display
  11.     @Cls
  12.  
  13.     This program will install the DOS @Name 
  14.     Version @Version on your computer system.
  15.     
  16.     You may press the [Esc] key at any time to abort the
  17.     installation.  INSTALL will ask you several questions about your
  18.     computer hardware.
  19.  
  20.     Each question has a default answer.  If the default answer is
  21.     correct, press the ENTER key in response to the question.
  22.     Otherwise, type the answer and then press the ENTER key.
  23.  
  24.     If you make a mistake while typing, press the BACKSPACE key
  25.     and then retype the answer.
  26.  
  27. @Pause
  28. @EndDisplay
  29. @if (@VideoGraph < 18)
  30.     @Display
  31.     Your system appears not to have a VGA display with at least
  32.     256K memory.  This means that you will not be able to view the
  33.     opening screens included with @name,
  34.     and display of text will be in "limited" mode.  We recommend
  35.     installation of a VGA or Super VGA display for maximum enjoyment  
  36.     of @Name.
  37.     
  38.     
  39.     @pause
  40.     @EndDisplay
  41. @endif
  42.  
  43. @GetOutDrive
  44.     @Suppress A
  45.     @Suppress B
  46.     @Cls
  47.     On which disc drive do you wish to install
  48.     @Name?
  49.  
  50. @EndOutDrive
  51.  
  52. @GetSubdir
  53.     @Cls
  54.     Now you need to specify the disc destination subdirectory.
  55.     The subdirectory is the location on your disc where
  56.     @Name system will be installed.
  57.     
  58.     If you don't know what a "subdirectory" is, you probably need not
  59.     worry about it and should just press Enter at the next prompt.
  60.  
  61.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  62. @EndSubdir
  63. @If (@Exists "@OutDrive:\\@Subdir\\CNM.EXE")
  64. @GetGroups
  65. This product appears to already be installed. Do you wish to write over the 
  66. prior version? Enter 'No' to change the directory. 
  67.  
  68.    @SET A = "Yes"
  69.    @SET B = "No"
  70. @EndGroups
  71. @EndIf      
  72. @If ('A' [= @Group)
  73. @Goto DirEx
  74. @Else 
  75. @Goto NewDir
  76. @EndIf
  77. NewDir:
  78. @GetSubdir
  79.     @Cls
  80.     Enter a new subdirectory name other than @Outdrive:@Subdir:
  81.  
  82.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  83. @EndSubdir
  84.  
  85. DirEx:
  86. @DefineDisk
  87.     @Label = "MOST V1.0"
  88. @EndDisk  
  89.  
  90. @SetConfig
  91.     @Overwrite
  92.     @Files = 30
  93. @EndConfig
  94.  
  95.  
  96. @Finish
  97. Copying files to @OutDrive:@Subdir
  98. @System "MkDir @Outdrive:\\@Subdir"
  99. @System "Copy @Indrive:\\DOS\\*.* @Outdrive:\\@Subdir"
  100. Modifying files
  101. @System "Modexein @Outdrive:\\@Subdir @Indrive"
  102. @System "Moddict @Outdrive:\\@Subdir @Indrive"
  103. @System "@Outdrive:"
  104. @System "chDir @Subdir"  
  105. @System "Dir *.sdf /b > dirsdf.txt"
  106. @System "@Indrive:"
  107. @System "Rmodsdf @Outdrive:\\@Subdir @Indrive" 
  108. @ChDrive @OutDrive
  109. @Cls
  110.     Installation of @name is complete.
  111.     
  112.     To run @name, simply enter CNM 
  113.     at the DOS prompt, from within drive @Outdrive:@Subdir.
  114.  
  115.     
  116.     If your CONFIG.SYS file was modified, you will
  117.     need to reboot your computer before running @name.
  118.  
  119.     @pause
  120. @EndFinish
  121.  
  122.