home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / TEXT / DOS6BUG.ZIP / DOS68.MOD < prev    next >
Encoding:
Text File  |  1993-05-21  |  28.8 KB  |  819 lines

  1. dos 6 part 8
  2. Bogie #1 @3081
  3. Thu May 20 15:42:06 1993
  4. 0R: net33: @1021 (via @1) [20:42 05/18/93]
  5. 0R: net33: @1 (via @4) [07:35 05/18/93]
  6. ARTICLE-ID:Q94334
  7. TITLE     :Using MS-DOS 6 Upgrade Fdisk Program with EXTDISK.SYS         
  8.  
  9. --------------------------------------------------------------------
  10. The information in this article applies to:
  11.  
  12.  - Microsoft MS-DOS operating system version 6.0
  13. --------------------------------------------------------------------
  14.  
  15. Summary:
  16.  
  17. If were using COMPAQ MS-DOS version 4.0 or later before you upgraded
  18. to MS-DOS 6.0, and you are using EXTDISK.SYS, you should use the
  19. COMPAQ version of the Fdisk program. If you were using COMPAQ MS-DOS
  20. version 3.31 or earlier before you upgraded to MS-DOS 6.0, and you are
  21. using EXTDISK.SYS, you should contact Compaq for an updated version of
  22. EXTDISK.SYS.
  23.  
  24. More Information:
  25.  
  26. Some COMPAQ systems use a driver called EXTDISK.SYS to access
  27. secondary disk drives. This driver is MS-DOS version dependent. If you
  28. use the MS-DOS version of Fdisk when EXTDISK.SYS is loaded, Fdisk
  29. displays incorrect drive letters for the hard disks attached to the
  30. second controller.
  31.  
  32. Workaround
  33. ----------
  34.  
  35. You can work around this problem by using the COMPAQ version of Fdisk.
  36. To install the old version of Fdisk:
  37.  
  38. 1. Delete FDISK.EXE from the DOS directory.
  39.  
  40. 2. Copy FDISK.* from your COMPAQ MS-DOS disks to your DOS directory.
  41.    For example:
  42.  
  43.       copy a:\fdisk.* c:\dos
  44.  
  45. 3. Add Fdisk to the SETVER.EXE version table for your version of
  46.    COMPAQ MS-DOS. For example:
  47.  
  48.       setver fdisk.exe 4.0
  49.  
  50. 4. Restart your computer.
  51.  
  52. Note: You must use SETVER to tell EXTDISK.SYS that you are using a
  53. previous version of MS-DOS. For more information, query on the
  54. following words in the Microsoft Knowledge Base:
  55.  
  56.    MS-DOS and SETVER and EXTDISK.SYS
  57.  
  58. Additional reference words: 6.0
  59. -=-=-=-=-=-
  60. ARTICLE-ID:Q94335
  61. TITLE     :DoubleSpace Installation Fails to Update SYSTEM.INI File      
  62.  
  63. ----------------------------------------------------------------------
  64. The information in this article applies to:
  65.  
  66.  - Microsoft MS-DOS operating system version 6.0
  67. -----------------------------------------------------------------------
  68.  
  69. Summary:
  70.  
  71. If you have multiple installations of Windows on your hard drive,
  72. DoubleSpace may not correctly update the SYSTEM.INI file.
  73.  
  74. More Information:
  75.  
  76. Windows stores the location of the permanent swapfile in the [386enh]
  77. section of the SYSTEM.INI file. When you install DoubleSpace, it must
  78. find the SYSTEM.INI file and update the PermSwapDosDrive= setting to
  79. point to the correct drive. If you have multiple copies of Windows
  80. installed, or Windows is not in the path, DoubleSpace cannot find the
  81. SYSTEM.INI file.
  82.  
  83. Workaround
  84. ----------
  85.  
  86. To workaround this problem, edit the SYSTEM.INI file and change the
  87. drive letter for the PermSwapDosDrive= setting to the DoubleSpace host
  88. drive. For example, if Windows is installed on drive C: and you
  89. installed DoubleSpace, creating drive H:, you would need to edit you
  90. SYSTEM.INI file and change the PermSwapDosDrive=c to
  91. PermSwapDosDrive=h.
  92.  
  93. Additional reference words: 6.00 dblspace
  94. -=-=-=-=-=-
  95. ARTICLE-ID:Q94336
  96. TITLE     :How DoubleSpace Assigns the Host Drive Letter                 
  97.  
  98. --------------------------------------------------------------------
  99. The information in this article applies to:
  100.  
  101.  - Microsoft MS-DOS operating system version 6.0
  102. --------------------------------------------------------------------
  103.  
  104. Summary:
  105.  
  106. When you install Microsoft DoubleSpace, the installation program
  107. normally leaves four unassigned drive letters between the last drive
  108. and the host drive. For example, if you have two drives (C and D), a
  109. RAM drive (E) and a network connection (F), DoubleSpace skips G, H, I,
  110. and J, and uses drive K for the host drive.
  111.  
  112. If DoubleSpace detects Novell NetWare in memory, the host drive is
  113. assigned one letter less than the LASTDRIVE= command in the CONFIG.SYS
  114. file. If that drive letter is not available, then the host drive is
  115. assigned the next available drive letter.
  116.  
  117. If you install DoubleSpace when device drivers that use drive letters
  118. are not loaded (CD-ROM drivers or RAMDrives) or your network software
  119. is not loaded, you may need to change the host drive letter. To do
  120. this:
  121.  
  122. 1. Change to the host drive (for example H).
  123.  
  124. 2. Use the ATTRIB command to change the file attribute on the
  125.    DBLSPACE.INI file. For example:
  126.  
  127.       attrib h:\dblspace.ini -s -h -r
  128.  
  129. 3. Edit the DBLSPACE.INI file with a text editor such as MS-DOS
  130.    Editor.
  131.  
  132. 4. Change the "LastDrive=" setting to the letter you want to be the
  133.    host drive.
  134.  
  135. 5. Change the first parameter in the "ActivateDrive=" line to the same
  136.    letter you used in step 4.
  137.  
  138.    Warning: Do not change the second parameter (represented by "xx") in
  139.    the following example:
  140.  
  141.       Before change:     ActiveDrive=H,xx
  142.       After change:      ActiveDrive=D,xx
  143.  
  144.    Warning: If you use the incorrect drive letters when you edit the
  145.    ActivateDrive= line in the DBLSPACE.INI file, the system may stop
  146.    responding (hang) when you restart it.
  147.  
  148. 6. Save your changes and exit the text editor.
  149.  
  150. 7. Reset the System, Hidden, and Read-Only attributes on the
  151.    DBLSPACE.INI file. For example:
  152.  
  153.       attrib h:\dblspace.ini +s +h +r
  154.  
  155. 8. Restart your computer (press CTRL+ALT+DEL).
  156.  
  157. Additional reference words: 6.00 dblspace
  158. -=-=-=-=-=-
  159. ARTICLE-ID:Q96555
  160. TITLE     :INTERLNK.EXE Doesn't Work with Xircom PPX and Pocket Adapter  
  161.  
  162. --------------------------------------------------------------------
  163. The information in this article applies to:
  164.  
  165.  - Microsoft MS-DOS operating system version 6.0
  166. --------------------------------------------------------------------
  167.  
  168. Summary:
  169.  
  170. Interlnk does not work properly with the Xircom Parallel Port
  171. Multiplexor (PPX) unless it is on the logical port assigned the
  172. hardware interrupt. Since only one of the two logical ports can be
  173. assigned the hardware interrupt and the Xircom Pocket Adapter must be
  174. on the port assigned the hardware interrupt, you cannot use both
  175. INTERLNK.EXE and the Xircom Pocket Adapter at the same time.
  176.  
  177. More Information:
  178.  
  179. By setting up a MS-DOS 6 multiple-configuration menu, you can start
  180. your computer with the appropriate configuration for either the Xircom
  181. Pocket Adapter or Interlnk.
  182.  
  183. Note: This information also applies to Intersvr, which also requires
  184. the hardware interrupt.
  185.  
  186. Additional reference words: 6.00 multi-config multiconfig
  187. -=-=-=-=-=-
  188. ARTICLE-ID:Q94356
  189. TITLE     :CMOS Access Causes Dell 486D/50 to Hang with EMM386.EXE       
  190.  
  191. --------------------------------------------------------------------
  192. The information in this article applies to:
  193.  
  194.  - Microsoft MS-DOS operating system version 6.0
  195. --------------------------------------------------------------------
  196.  
  197. Summary:
  198.  
  199. When you use the EMM386.EXE HIGHSCAN switch, Dell 486D/50 machines may
  200. stop responding ("hang") when you attempt to access the CMOS (by
  201. pressing CTRL+ALT+ENTER).
  202.  
  203. Workaround
  204. ----------
  205.  
  206. To access your CMOS settings on a Dell 486D/50, restart (reboot) the
  207. computer and press the F5 key or press and hold down the SHIFT key to
  208. bypass all commands in your CONFIG.SYS and AUTOEXEC.BAT files. You can
  209. then access your CMOS settings by pressing CTRL+ALT+ENTER. When you
  210. have finished modifying your CMOS settings, restart the computer.
  211.  
  212. More Information:
  213.  
  214. The HIGHSCAN switch causes EMM386.EXE to scan the F000-F7FF upper
  215. memory range. On Dell 486D/50 machines, EMM386.EXE detects that this
  216. range is available. You should not have problems using this range on
  217. the Dell 486D/50 except when you attempt to access the CMOS.
  218.  
  219. Additional reference words: 6.0 6 6.00 DX2 processor freeze lock up
  220. -=-=-=-=-=-
  221. ARTICLE-ID:Q96556
  222. TITLE     :MS-DOS: How to Return to Main Menu from Multi-Config Submenu  
  223.  
  224. --------------------------------------------------------------------
  225. The information in this article applies to:
  226.  
  227.  - Microsoft MS-DOS operating system version 6.0
  228. --------------------------------------------------------------------
  229.  
  230. Summary:
  231.  
  232. If you are in a multiple-configuration submenu, you can return to the
  233. main menu by pressing the BACKSPACE key.
  234.  
  235. Additional reference words: 6.0- multi-config multiconfig back space
  236. menus startup start up submenu sub-menu
  237. -=-=-=-=-=-
  238. ARTICLE-ID:Q96557
  239. TITLE     :MS-DOS: Boot-Sector Viruses on Compressed Drives              
  240.  
  241. --------------------------------------------------------------------
  242. The information in this article applies to:
  243.  
  244.  - Microsoft MS-DOS operating system version 6.0
  245. --------------------------------------------------------------------
  246.  
  247. Summary:
  248.  
  249. Boot-sector viruses are activated when you start your computer from
  250. the infected drive (usually drive C) and alter MS-DOS startup code
  251. located in the boot sector of your hard disk. DoubleSpace drives do
  252. not actually have MS-DOS startup code to corrupt; however, if a virus
  253. is detected on a compressed drive, it is likely that the host drive is
  254. also infected.
  255.  
  256. You can detect and clean viruses from all local drives by using the
  257. following command:
  258.  
  259.    msav /c /l
  260.  
  261. More Information:
  262.  
  263. Removing Viruses from Boot Sectors of Compressed Drives
  264. -------------------------------------------------------
  265.  
  266. In addition to startup code, the boot sector of a hard disk contains
  267. information about the drive layout (including sizes of the drive, root
  268. directory, and file tables). Compressed drives hold this information
  269. in the boot sector; therefore, it is possible that a virus could
  270. corrupt this information.
  271.  
  272. Which Boot Sector Is Executed During Startup?
  273. ---------------------------------------------
  274.  
  275. If drive C is uncompressed, its boot sector is run during system
  276. startup. If drive C is compressed, the boot sector of its host drive
  277. is run.
  278.  
  279. What the Boot Sector Does
  280. -------------------------
  281.  
  282. The MS-DOS 5.0 and 6.0 boot sector startup code does the following:
  283.  
  284.  - Confirms that the system files (IO.SYS and MSDOS.SYS) are the
  285.    first two files in the root directory of the drive.
  286.  
  287.  - Loads and executes the first three sectors of the IO.SYS file.
  288.  
  289. The boot sector is executed by the master boot record (MBR). If you
  290. have more than one partition, the MBR determines which one to run
  291. using the partition table.
  292.  
  293. Additional reference words: 6.00 change
  294. -=-=-=-=-=-
  295. ARTICLE-ID:Q94357
  296. TITLE     :Difference Between DEFRAG and DBLSPACE /DEFRAGMENT            
  297.  
  298. ----------------------------------------------------------------------
  299. The information in this article applies to:
  300.  
  301.  - Microsoft MS-DOS operating system version 6.0
  302. ----------------------------------------------------------------------
  303.  
  304. Summary:
  305.  
  306. There are two ways to defragment a DoubleSpace drive. You can run
  307. DBLSPACE /DEFRAGMENT, or you can run Microsoft Defragmenter
  308. (DEFRAG.EXE).
  309.  
  310. More Information:
  311.  
  312. Files stored on a DoubleSpace drive become fragmented just as they do
  313. on a physical drive.
  314.  
  315. Microsoft Defragmenter (DEFRAG.EXE) makes files contiguous as far as
  316. MS-DOS is concerned, so files are contiguous in virtual clusters. For
  317. example, a DoubleSpace drive would go from
  318.  
  319.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  320.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  321.  
  322. to this:
  323.  
  324.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  325.    C:               [111112222333344455556---------------- ]
  326.  
  327.    NOTE: In these examples, each number represents a piece of a file.
  328.          For example, each 1 indicates a piece of file 1.
  329.  
  330. DBLSPACE /DEFRAGMENT moves data within the compressed volume file
  331. (CVF), so that all the free space is at the end. Using the same
  332. example, the file would go from
  333.  
  334.    H:\DBLSPACE.000: [1213--542---132-2--113---4 ]
  335.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  336.  
  337. to this:
  338.  
  339.    H:\DBLSPACE.000: [121354213221134----------- ]
  340.    C:               [1123156-1-13-5-1-2-3-1521--123------- ]
  341.  
  342. If you type DEFRAG to defragment a DoubleSpace drive, Defragmenter
  343. runs DBLSPACE /DEFRAGMENT when it has completed. Once both types of
  344. defragmentation have been done, the sample file would look like this:
  345.  
  346.    H:\DBLSPACE.000: [121354213221134----------- ]
  347.    C:               [111112222333344455556---------------- ]
  348.  
  349. Note that files are contiguous on the virtual drive (drive C), but not
  350. within the CVF--free space is contiguous in both places.
  351.  
  352. Additional reference words: 6.00
  353. -=-=-=-=-=-
  354. ARTICLE-ID:Q94358
  355. TITLE     :MemMaker Err Msg with QEMM: 'Bad Command or Filename'         
  356.  
  357. --------------------------------------------------------------------
  358. The information in this article applies to:
  359.  
  360.  - Microsoft MS-DOS operating system version 6.0
  361. --------------------------------------------------------------------
  362.  
  363. Summary:
  364.  
  365. If you are using QEMM to load your files into upper memory and the
  366. FILES command has a plus (+) sign for a delimiter (for example,
  367. C:\QEMM\LOADHI /R:1 FILES+30), you will receive the following error
  368. message:
  369.  
  370.    Bad Command or Filename
  371.  
  372. More Information:
  373.  
  374. Using a plus sign as a delimiter is not standard for MS-DOS. If your
  375. QEMM command contains "FILES+nn", MemMaker returns the error message
  376. noted above.
  377.  
  378. To work around the problem, remove the QEMM "FILES+nn" command from
  379. your AUTOEXEC.BAT file and use the "files=" setting in your CONFIG.SYS
  380. file to specify the number of open files. Run MemMaker again to ensure
  381. that you have the optimal memory configuration.
  382.  
  383. Additional reference words: 6.00 handles
  384. -=-=-=-=-=-
  385. ARTICLE-ID:Q94377
  386. TITLE     :MemMaker Cannot Process Files with More Than 511 Lines        
  387.  
  388. --------------------------------------------------------------------
  389. The information in this article applies to:
  390.  
  391.  - Microsoft MS-DOS operating system version 6.0
  392. --------------------------------------------------------------------
  393.  
  394. Summary:
  395.  
  396. If your CONFIG.SYS, AUTOEXEC.BAT, or SYSTEM.INI file has 512 or more
  397. lines, MemMaker displays the following error message:
  398.  
  399.    MemMaker cannot continue because the AUTOEXEC.BAT,
  400.    CONFIG.SYS, or Windows SYSTEM.INI file is too long.
  401.    The file must be less than 512 lines long
  402.  
  403.         * To undo MemMaker's changes, press ENTER.
  404.  
  405. To work around this problem, exit MemMaker, reduce the size of the
  406. file that is causing the error, and restart MemMaker.
  407.  
  408. More Information:
  409.  
  410. You can use MS-DOS Editor to determine the length of a text file. For
  411. example:
  412.  
  413. 1. Start MS-DOS Editor and load a text file such as AUTOEXEC.BAT. For
  414.    example, type the following and press ENTER:
  415.  
  416.       EDIT \AUTOEXEC.BAT
  417.  
  418. 2. Press CTRL+END.
  419.  
  420.    The number of lines in the text file is displayed in the
  421.    lower-right corner of the screen.
  422.  
  423. Additional reference words: 6.0
  424. -=-=-=-=-=-
  425. ARTICLE-ID:Q96558
  426. TITLE     :MS-DOS 6 Setup Files Installs 80386- and 80486-Specific Files 
  427.  
  428. --------------------------------------------------------------------
  429. The information in this article applies to:
  430.  
  431.  - Microsoft MS-DOS operating system version 6.0
  432. --------------------------------------------------------------------
  433.  
  434. Summary:
  435.  
  436. MS-DOS 6.0 Setup installs files that are specific to 80386 and 80486
  437. processors even if your processor cannot use these files.
  438.  
  439. You can delete the following files if you have an 8088 or 8086:
  440.  
  441.    File(s)        Requires
  442.    -------        --------
  443.  
  444.    HIMEM.SYS      80286 and more than 640 kilobytes (K) of RAM
  445.    SMARTDRV.EXE   HIMEM.SYS
  446.    LOADFIX.COM    Useful only if using DOS=HIGH
  447.    MSTOOLS.DLL    Windows 3.1 (or greater) in standard mode
  448.    SMARTMON.*     Windows 3.1 (or greater) in standard mode
  449.    DBLWIN.HLP     Windows 3.1 (or greater) in standard mode
  450.  
  451. Files you can delete if you have an 8088, 8086, or 80286:
  452.  
  453.    File(s)        Requires
  454.    -------        --------
  455.  
  456.    EMM386.EXE     80386 or greater and HIMEM.SYS
  457.    MEMMAKER.*     80386 or greater
  458.    CHKSTATE.SYS   80386 or greater (used by MEMMAKER.EXE)
  459.    VFINTD.386     Windows 3.0 (or greater) in 386 enhanced mode
  460.    WINA20.386     Windows 3.0 (or greater) in 386 enhanced mode
  461.    MONOUMB.386    Windows 3.0 (or greater) in 386 enhanced mode
  462.  
  463. Additional reference words: 6.00
  464. -=-=-=-=-=-
  465. ARTICLE-ID:Q96560
  466. TITLE     :POWER.EXE and Advanced Power Management (APM) Support         
  467.  
  468. --------------------------------------------------------------------
  469. The information in this article applies to:
  470.  
  471.  - Microsoft MS-DOS operating system version 6.0
  472. --------------------------------------------------------------------
  473.  
  474. Summary:
  475.  
  476. You can install the Power program (POWER.EXE) even if your BIOS does
  477. not support the Advanced Power Management (APM) specification. After
  478. you install POWER.EXE in the CONFIG.SYS file, the POWER command
  479. (without any switches) provides status information.
  480.  
  481. On systems without APM support, POWER displays the following:
  482.  
  483.    Power Management Status
  484.    -----------------------
  485.  
  486.    Setting = ADV:REG
  487.    CPU: idle 90% of the time
  488.  
  489. On systems with APM support, POWER displays the following additional
  490. information reported by the BIOS:
  491.  
  492.    Power Management Status
  493.    -----------------------
  494.  
  495.    Setting = ADV:REG
  496.    CPU: idle 90% of the time
  497.    AC Status: OFFLINE
  498.    Battery status: High
  499.    Battery life (%): 90
  500.  
  501. More Information:
  502.  
  503. POWER.EXE detects whether your system has an APM-compliant BIOS and
  504. then adapts accordingly.
  505.  
  506. When POWER.EXE detects that your system is idle, it saves power by
  507. issuing a CPU HALT instruction. HALT stops CPU execution until the
  508. next hardware interrupt occurs (this is usually the timer interrupt,
  509. which occurs 52 times per second). On systems without an APM-compliant
  510. BIOS, testing reveals a 5% power savings.
  511.  
  512. If your system has an APM-compliant BIOS, POWER.EXE communicates with
  513. the BIOS. Depending on the frequency of the idle signals from POWER,
  514. the APM-compliant BIOS can save power by shutting down the display or
  515. hard disk, switching the processor to a slower speed, or suspending
  516. the system entirely.
  517.  
  518. Additional reference words: 6.00 five percent
  519. -=-=-=-=-=-
  520. ARTICLE-ID:Q96562
  521. TITLE     :Running Windows 3.1 with Advanced Power Management Systems    
  522.  
  523. --------------------------------------------------------------------
  524. The information in this article applies to:
  525.  
  526.  - Microsoft MS-DOS operating system version 6.0
  527.  - Microsoft Windows operating system version 3.1
  528. --------------------------------------------------------------------
  529.  
  530. Summary:
  531.  
  532. If are running Windows 3.1 on a system with BIOS chips that support
  533. advanced power management (APM), select MS-DOS System With APM as the
  534. computer type in Windows Setup. This allows Windows power management
  535. services take over power management from POWER.EXE. On computers
  536. without APM support, you can safely run POWER.EXE with Windows.
  537.  
  538. Additional reference words: 6.00 3.10
  539. -=-=-=-=-=-
  540. ARTICLE-ID:Q94383
  541. TITLE     :Error Copying Files with Interlnk on Stacker Volume           
  542.  
  543. --------------------------------------------------------------------
  544. The information in this article applies to:
  545.  
  546.  - Microsoft MS-DOS operating system version 6.0
  547. --------------------------------------------------------------------
  548.  
  549. Summary:
  550.  
  551. Using Interlnk's INTERSVR command on a volume that has been compressed
  552. using Stacker version 2.0 may fail if INTERSVR incorrectly calculates
  553. the amount of free disk space. If this is the case and you attempt to
  554. copy a file to the compressed volume, you will receive the following
  555. error message:
  556.  
  557.    Error writing drive <drive>:
  558.  
  559. More Information:
  560.  
  561. When you run INTERSVR on a compressed Stacker volume, Interlnk may
  562. incorrectly calculate the amount of free disk space on the server
  563. machine. Although the DIR command (when issued locally) may report
  564. little or no free disk space, the DIR command issued through Interlnk
  565. may report several megabytes of free disk space.
  566.  
  567. This may potentially cause data corruption, but a reproducible case
  568. hasn't been found.
  569.  
  570. This problem occurs with Stacker; this problem does not occur with
  571. Microsoft DoubleSpace.
  572.  
  573. Stacker is manufactured by STAC Electronics, a vendor independent
  574. of Microsoft; we make no warranty, implied or otherwise, regarding
  575. this product's performance or reliability.
  576.  
  577. Additional reference words: 6.0 3rdparty dblspace
  578. -=-=-=-=-=-
  579. ARTICLE-ID:Q96563
  580. TITLE     :How MS-DOS 6 Upgrade Setup Handles NT Flexboot                
  581.  
  582. --------------------------------------------------------------------
  583. The information in this article applies to:
  584.  
  585.  - Microsoft MS-DOS operating system version 6.0
  586. --------------------------------------------------------------------
  587.  
  588. Summary:
  589.  
  590. Microsoft Windows NT has a Flexboot feature that allows you to choose
  591. the operating system you want to start: Windows NT or MS-DOS. This
  592. feature is controlled by the Windows NT custom master boot record
  593. (MBR), which calls NTLDR when you start your computer. NTLDR then
  594. loads a menu for you to choose which operating system to start. If you
  595. choose MS-DOS, a hidden file called BOOTSECT.DOS is read to start
  596. MS-DOS.
  597.  
  598. More Information:
  599.  
  600. If Setup detects NTLDR and BOOTSECT.DOS, it does not update the MBR,
  601. thus preserving Flexboot.
  602.  
  603. Additional reference words: 6.00
  604. -=-=-=-=-=-
  605. ARTICLE-ID:Q96564
  606. TITLE     :Installing MS-DOS 6 Upgrade over OS/2 Boot Manager            
  607.  
  608. --------------------------------------------------------------------
  609. The information in this article applies to:
  610.  
  611.  - Microsoft MS-DOS operating system version 6.0
  612. --------------------------------------------------------------------
  613.  
  614. Summary:
  615.  
  616. The setup program for MS-DOS 6 Upgrade preserves command line driven
  617. dual-boot programs but disables boot sector driven (that is,
  618. menu-displayed) dual-boot schemes. Therefore, Setup disables OS/2 Boot
  619. Manager versions 2.0 and 2.1; however, this feature can easily be
  620. restored.
  621.  
  622. More Information:
  623.  
  624. Boot Sector Driven Dual-Boot Programs
  625. -------------------------------------
  626.  
  627. Microsoft OS/2 version 1.1 and Compaq OS/2 version 1.2 are the only
  628. versions that use the boot sector driven dual-boot feature. With these
  629. schemes, the boot sector loads a menu from which you choose the
  630. operating system you want to start. MS-DOS 6 Setup overwrites this
  631. information, thus disabling OS/2; you must reinstall OS/2 to enable
  632. this feature.
  633.  
  634. Command Line Driven Dual-Boot Programs
  635. --------------------------------------
  636.  
  637. Other OS/2 versions, which use a command line driven dual-boot program
  638. (BOOT /OS2 or BOOT /DOS), are unaffected by MS-DOS 6 Setup.
  639.  
  640. OS/2 Versions 2.0 and 2.1
  641. -------------------------
  642.  
  643. In OS/2 versions 2.0 and 2.1, OS/2 Boot Manager displays a menu from
  644. which you choose the operating system you want to start. OS/2 Boot
  645. Manager is controlled by a 1-megabyte (MB) partition on the boot disk.
  646. MS-DOS 6 Setup disables this partition by making the file allocation
  647. table (FAT) partition active. To enable OS/2 Boot Manager, use the
  648. Fdisk program to reactivate the 1-MB non-MS-DOS partition.
  649.  
  650. Additional reference words: 6.00
  651. -=-=-=-=-=-
  652. ARTICLE-ID:Q94384
  653. TITLE     :Err Msg: MSBACKUP Program Files Must Be Located On Hard Disk  
  654.  
  655. --------------------------------------------------------------------
  656. The information in this article applies to:
  657.  
  658.  - Microsoft MS-DOS operating system version 6.0
  659. --------------------------------------------------------------------
  660.  
  661. Summary:
  662.  
  663. If you try to run Microsoft Backup from a floppy disk to restore files to a
  664. hard disk drive, the following error message is displayed:
  665.  
  666.    MSBACKUP program files must be located on your hard disk.
  667.    You cannot start MSBACKUP from a floppy disk.
  668.  
  669. To restore files to a hard disk drive that does not have MS-DOS 6.0
  670. installed, use the following steps:
  671.  
  672. 1.Insert Disk 1 of the MS-DOS 6.0 disk set in your floppy disk drive. Type
  673.   "setup/m" (without the quotation marks) and press ENTER to install a
  674.   minimal installation.
  675.  
  676. 2.Remove Disk 1 from your floppy disk drive and restart the computer.
  677.  
  678. 3.Replace Disk 1, type "setup/e" (without the quotation marks) to install
  679.   optional components.
  680.  
  681. You can now run Microsoft Backup from the DOS subdirectory and restore
  682. files.
  683.  
  684. Additional reference words: 6.00
  685. -=-=-=-=-=-
  686. ARTICLE-ID:Q96593
  687. TITLE     :Why DoubleSpace Leaves 2 Megabytes Free on the Host Drive     
  688.  
  689. --------------------------------------------------------------------
  690. The information in this article applies to:
  691.  
  692.  - Microsoft MS-DOS operating system version 6.0
  693. --------------------------------------------------------------------
  694.  
  695. Summary:
  696.  
  697. When you compress an existing drive, DoubleSpace leaves approximately
  698. 2 megabytes free on the host drive. This space is reserved for files
  699. that DoubleSpace needs when rebooting during the compress-in-place
  700. (CIP) process. The following files are stored on the host drive during
  701. the CIP process:
  702.  
  703.    COMMAND.COM
  704.    DBLSPACE.BIN
  705.    DBLSPACE.EXE
  706.    DBLSPACE.HLP
  707.    DBLSPACE.INI
  708.    DEFRAG.EXE
  709.  
  710. DoubleSpace also stores copies of the AUTOEXEC.BAT and CONFIG.SYS
  711. files on the uncompressed portion of the host drive as follows:
  712.  
  713.    AUTOEXEC.000
  714.    CONFIG.000
  715.  
  716. Note: If there are already AUTOEXEC.000 or CONFIG.000 files on the
  717. host drive, DoubleSpace uses 001 for the file extension. If that
  718. filename is used, DoubleSpace uses 002, and so forth.
  719.  
  720. DoubleSpace uses these files if you restart your computer during a CIP
  721. process. These files are also used when you create a new DoubleSpace
  722. drive or change the size of an existing DoubleSpace drive.
  723.  
  724. The unused portion of the 2 megabytes of reserved space is used during
  725. the CIP process.
  726.  
  727. Additional reference words: 6.00
  728. -=-=-=-=-=-
  729. ARTICLE-ID:Q93434
  730. TITLE     :MemMaker Copies HIMEM.SYS and EMM386.EXE to C:\DOS            
  731.  
  732. --------------------------------------------------------------------
  733. The information in this article applies to:
  734.  
  735.  - Microsoft MS-DOS operating system version 6.0
  736. --------------------------------------------------------------------
  737.  
  738. Summary:
  739.  
  740. When you run MemMaker, and you have MS-DOS installed on a drive other
  741. than your startup (boot) drive (which is usually drive C), MemMaker
  742. creates a DOS directory on the startup drive and copies the following
  743. files to that directory:
  744.  
  745.  - MEMMAKER.EXE
  746.  - MEMMAKER.HLP
  747.  - MEMMAKER.INF
  748.  - EMM386.EXE
  749.  - HIMEM.SYS
  750.  - CHKSTATE.SYS
  751.  - SIZER.EXE
  752.  
  753. During the optimization process, it also creates MEMMAKER.STS.
  754.  
  755. Note: The original startup drive might not be drive C if you have a
  756. program such as Stacker from Stac Electronics.
  757.  
  758. More Information:
  759.  
  760. For example, if your DOS directory is located on your D drive,
  761. MemMaker creates C:\DOS, copies the files listed above to that
  762. directory, and changes the DEVICE= statements in the CONFIG.SYS file
  763. to point to drive C to ensure that the files are found when MemMaker
  764. restarts the system. MemMaker copies these files to the startup drive
  765. because MemMaker moves the device= statements for HIMEM.SYS AND
  766. EMM386.EXE to the top of the CONFIG.SYS file. Because these files are
  767. then loaded before any devices that might perform drive swapping,
  768. MemMaker must be sure it can find the files it needs to optimize your
  769. system's memory.
  770.  
  771. MemMaker does not remove these files after it has completed its
  772. optimization. To remove these changes, edit the CONFIG.SYS file and
  773. make sure the device= lines for HIMEM.SYS and EMM386.EXE point to the
  774. drive that contains your full MS-DOS directory. You can then safely
  775. delete the C:\DOS directory.
  776.  
  777. Additional reference words: 6.0
  778. -=-=-=-=-=-
  779. ARTICLE-ID:Q96603
  780. TITLE     :Balancing Power Conservation and Performance with POWER.EXE   
  781.  
  782. --------------------------------------------------------------------
  783. The information in this article applies to:
  784.  
  785.  - Microsoft MS-DOS operating system version 6.0
  786. --------------------------------------------------------------------
  787.  
  788. Summary:
  789.  
  790. The Power program (POWER.EXE) monitors keyboard polling and the
  791. Application Idle interrupt to determine if a system is idle; it
  792. monitors use of the hard disk, video functions, and MS-DOS functions
  793. to determine if a system is busy.
  794.  
  795. POWER.EXE may incorrectly determine that your machine is idle if you
  796. are using communication programs, computation-intensive programs, or
  797. other programs that infrequently access the hard disk. When POWER.EXE
  798. detects that the system is idle, it halts or slows down the CPU, which
  799. adversely affects application performance if your machine is not truly
  800. idle.
  801.  
  802. More Information:
  803.  
  804. With the ADV[:MIN|REG|MAX] command line switch, you can indicate
  805. whether your higher priority is power savings or application
  806. performance. Specifically, the ADV parameter controls the keyboard
  807. polling detection. If application performance is suffering because of
  808. false idle detections, you can use the ADV:MIN option to trigger fewer
  809. false idle detections. However, this option provides minimal power
  810. savings when your machine is idle. The ADV:MAX option provides maximum
  811. power savings but increases the chances of false idle detections. The
  812. default setting is ADV:REG, which balances power conservation with
  813. performance.
  814.  
  815. Type "power" (without the quotation marks and without any parameters)
  816. at the MS-DOS command prompt to determine the current settings.
  817.  
  818. Additional reference words: 6.00
  819.