home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / win95 / sonstig / boottoc / mcom.txt < prev    next >
Text File  |  1995-10-28  |  7KB  |  217 lines

  1.                                    M.COM
  2.                      WINDOWS 95 MSDOS.SYS EDITING UTILITY
  3.                                  *FREEWARE*
  4.                               PC HELP (C) 1995
  5.  
  6. ***************************************************************************
  7.    NOTE: It would be wise to print this entire document as it contains
  8.          IMPORTANT referance material.
  9.  
  10.      ****************************************************************
  11.  
  12.                              Table Of Contents
  13.  
  14.                1.1 Absolute Requirements for M.COM to Run
  15.                1.2 Installation of M.COM 
  16.                1.3 About MSDOS.SYS (Editing Parameters)
  17.  
  18.  
  19.      ****************************************************************
  20.  
  21.         1.1 Absolute Requirements for M.COM to Run.
  22.         A.  Windows 95 must be on the Computer.
  23.    (√)  B.  M.COM must be in the C:\WINDOWS\COMMAND Subdirectory 
  24.    (√)  C.  PCH.EXE must be in the C:\WINDOWS\COMMAND Subdirectory
  25.         D.  EDIT.COM must be in the C:\WINDOWS\COMMAND Subdirectory
  26.         E.  M.COM runs best from C:\>
  27.         F.  To run M.COM (at a C: prompt) type M and press enter. 
  28.  
  29.     √=Denotes files that are included in the original ZIP Packet.
  30.  
  31.      ****************************************************************
  32.  
  33.         1.2 Installation of M.COM
  34.         A. Unzip all files to the C:\WINDOWS\COMMAND Subdirectory
  35.         B. Be certain that the C:\WINDOWS\COMMAND parameter is in
  36.            path statement.(You can check by typing SET at a DOS PROMPT)
  37.  
  38.      ****************************************************************
  39.  
  40.         1.3 Editing the MSDOS.SYS File
  41.  
  42. Be careful to place the proper parameters in the proper section
  43. or you may create an error in the operation of the computer.
  44.  
  45. ******** The [Paths] section can contain the following settings:
  46.  
  47. HostWinBootDrv=<Root of Boot Drive>
  48. Default:  C
  49.  
  50. Purpose:  Specifies the location for the root of the boot drive.
  51.  
  52. WinBootDir=<Windows Directory>
  53. Default:  Directory specified during Setup (for example, C:\WINDOWS)
  54.  
  55. Purpose:  Lists the location of the necessary files for booting.
  56.  
  57. WinDir=<Windows Directory>
  58. Default:  Directory specified during Setup (for example, C:\WINDOWS)
  59.  
  60. Purpose:  Lists the location of the Windows 95 directory
  61.           specified during Setup.
  62.  
  63. ******** The [Options] section can contain the following
  64. ******** settings and must be manually inserted:
  65.  
  66. BootDelay=<Seconds>
  67. Default:  2
  68.  
  69. Purpose:  Sets the amount of time the "Starting Windows"
  70.           message remains on the screen before Windows 95
  71.           continues to boot.
  72.  
  73. BootFailSafe=<Boolean>
  74. Default:  0
  75.  
  76. Purpose:  A setting of 1 forces your computer to boot in Safe Mode.
  77.  
  78. BootGUI=<Boolean>
  79. Default:  1
  80.  
  81. Purpose:  A setting of 1 forces the loading of the GUI interface.
  82.           A setting of 0 disables the loading of the GUI interface.
  83.  
  84. BootKeys=<Boolean>
  85. Default:  1
  86. Purpose:  A setting of 1 enables the use of the function
  87.           key boot options (that is, F4, F5, F6, and F8).
  88.           A setting of 0 disables the use of these function
  89.           keys during the boot process.
  90.  
  91. NOTE: A setting of BootKeys=0 overrides the use of BootDelay=n.
  92.  
  93. BootMenu=<Boolean>
  94. Default:  0
  95.  
  96. Purpose:  A setting of 1 enables the startup menu.
  97.           If this setting is 0, then you must press
  98.           the F8 key when "Starting Windows" appears
  99.           to invoke the startup menu.
  100.  
  101. BootMenuDefault=<Number>
  102. Default:  1 if the system is running correctly 4 if the
  103.           system hung in the previous instance.
  104.  
  105. Purpose:  Use this setting to set the default menu item for startup.
  106.  
  107. BootMenuDelay=<Number>
  108. Default:  30
  109.  
  110. Purpose:  This setting is used to set the number of seconds
  111.           your system will pause on the startup menu.
  112.           If the number of seconds counts down to 0 without
  113.           intervention, the BootMenuDefault is activated.
  114.  
  115. BootMulti=<Boolean>
  116. Default:  0
  117. Purpose:  A setting of 0 disables the multi-boot option.
  118.           (For example, with a setting of 0 you cannot
  119.           boot your previous operating system.)
  120.           A setting of 1 enables the F4 and F8 keys to
  121.           boot your previous operating system.
  122.  
  123. NOTE: This setting is set to 0 by default to avoid the
  124.       corruption of data by allowing you to inadvertently
  125.       boot MS-DOS and run a disk utility that does not recognize
  126.       long filenames.
  127.  
  128. BootWarn=<Boolean>
  129. Default:  1
  130.  
  131. Purpose:  A setting of 0 disables the Safe Mode boot
  132.           warning message and the startup menu.
  133.  
  134. BootWin=<Boolean>
  135. Default:  1
  136. Purpose:  A setting of 1 forces Windows 95 to load at startup.
  137.           A setting of 0 disables Windows 95 as your default
  138.           operating system (this is useful only if you have MS-DOS
  139.           version 5.x or 6.x on the computer).
  140.  
  141. NOTE: Pressing F4 inverts the default only if BootMulti=1.
  142.       (For example, pressing the F4 key with a setting of 0
  143.       forces Windows 95 to load.)
  144.  
  145. DoubleBuffer=<Boolean>
  146. Default:  0
  147.  
  148. Purpose:  A setting of 1 is a conditional setting that enables
  149.           double-buffering for controllers that need it
  150.           (for example, SCSI controllers).
  151.           A setting of 2 is an unconditional setting that enables
  152.           double-buffering regardless of whether the controller
  153.           needs it or not.
  154.  
  155. DBLSpace=<Boolean>
  156. Default:  1
  157.  
  158. Purpose:  A setting of 1 allows the automatic loading of the
  159.           DBLSPACE.BIN file. A setting of 0 prevents the automatic
  160.           loading of this file.
  161.  
  162. DRVSpace=<Boolean>
  163. Default:  1
  164.  
  165. Purpose:  A setting of 1 allows the automatic loading of the
  166.           DRVSPACE.BIN file. A setting of 0 prevents the automatic
  167.           loading of this file.
  168.  
  169. LoadTop=<Boolean>
  170. Default:  1
  171.  
  172. Purpose:  A setting of 0 does not let Windows 95 load COMMAND.COM
  173.           or DRVSPACE.BIN/DBLSPACE.BIN at the top of 640K.
  174.           If you are having compatibility problems with software
  175.           that makes assumptions about the available memory try
  176.           setting this to 0.
  177.  
  178. Logo=<Boolean>
  179. Default:  1
  180.  
  181. Purpose: A setting of 1 forces the default Windows 95 logo to appear.
  182.          A setting of 0 prevents the animated logo from being displayed.
  183.          A setting of 0 also avoids hooking a variety of interrupts
  184.          that can create incompatibilities with certain third-party
  185.          memory managers.
  186.  
  187. Network=<Boolean>
  188. Default:  0
  189.  
  190. Purpose:  A setting of 1 means the network was installed and adds
  191.           "Start Windows, bypassing startup files, with network support"
  192.           as an option on the Windows 95 startup menu.
  193.  
  194. The MSDOS.SYS file also contains a section that contains
  195. seemingly useless information. This information is necessary
  196. to support programs that expect the MSDOS.SYS file to be at
  197. least 1024 bytes in length.
  198. For example, if an anti-virus program detects that the
  199. MSDOS.SYS file is less than 1024 bytes, it may assume
  200. that the MSDOS.SYS file is infected with a virus.
  201.  
  202. If you delete the MSDOS.SYS file your computer will not start.
  203.  
  204. The following statement, followed by a series of "X"s,
  205. appears in the MSDOS.SYS file:
  206.  
  207. ;The following lines are required for compatibility with other programs.
  208. ;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
  209.  
  210. Since each line begins with a semicolon (;),
  211. the lines are not read by the system.
  212.  
  213.  
  214.  
  215. End of File
  216. October 28, 1995
  217.