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

  1. Dos 6 bug report part 2
  2. Bogie #1 @3081
  3. Thu May 20 15:40:28 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:Q95349
  7. TITLE     :Cannot Open More Than One File at a Time with EXPAND          
  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. MS-DOS Help contains a phrase that may be unclear. The help file
  18. states that the filename parameter:
  19.  
  20.    Specifies the location and name of a compressed file or files
  21.  
  22. The EXPAND command does not support wildcards (such as * and ?) and
  23. cannot expand more than one file at a time.
  24.  
  25. Additional reference words: 6.00
  26. -=-=-=-=-=-
  27. ARTICLE-ID:Q94386
  28. TITLE     :Insufficient Memory Error Message with DBLSPACE /RATIO        
  29.  
  30. --------------------------------------------------------------------
  31. The information in this article applies to:
  32.  
  33.  - Microsoft MS-DOS operating system version 6.0
  34.  - Microsoft Windows for Workgroups version 3.1
  35. --------------------------------------------------------------------
  36.  
  37. Summary:
  38.  
  39. If you run DBLSPACE /RATIO before the NET command is used in the
  40. AUTOEXEC.BAT file, you may receive an insufficient memory error message.
  41.  
  42. This problem occurs when the network has not released the memory used
  43. during loading because network binding has not yet occurred.
  44.  
  45. More Information:
  46.  
  47. It is not necessary to run DBLSPACE /RATIO from the AUTOEXEC.BAT file since
  48. DoubleSpace reliably reports the amount of free disk space. However, if you
  49. want to run DBLSPACE /RATIO from the AUTOEXEC.BAT file, run the NET START
  50. command before you run DBLSPACE /RATIO as in the following example:
  51.  
  52.    c:\windows\net start
  53.    c:\dos\dblspace /ratio
  54.  
  55. Additional reference words: 6.00 wfw wfwg
  56. -=-=-=-=-=-
  57. ARTICLE-ID:Q96083
  58. TITLE     :DoubleSpace Err Msg: Drive is Too Fragmented to Resize        
  59.  
  60. ----------------------------------------------------------------------
  61. The information in this article applies to:
  62.  
  63.  - Microsoft MS-DOS operating system version 6.0
  64. ----------------------------------------------------------------------
  65.  
  66. Summary:
  67.  
  68. When you try to resize a DoubleSpace drive and the MS-DOS 5.0 MIRROR
  69. program is installed, you may receive the following error message
  70.  
  71.    Drive C is too fragmented to resize. Before resizing drive
  72.    C, defragment it by typing DEFRAG.EXE /H /Q x: at the MS-DOS
  73.    command prompt
  74.  
  75. where x is the drive letter of the compressed drive.
  76.  
  77. Running DEFRAG /H /Q C: does not solve the problem; you still cannot
  78. resize the DoubleSpace drive.
  79.  
  80. This problem occurs because MIRROR is creating a file called
  81. MIRORSAV.FIL at the end of the drive. In most cases, DoubleSpace
  82. cannot resize a drive if there is an unmovable file near the end of
  83. the drive. Since the file has Read-only, Hidden, and System file
  84. attributes set, it cannot be moved when you run Defragmenter
  85. (DEFRAG.EXE).
  86.  
  87. If you do not use MIRROR, it is possible that another program has
  88. placed a file with its System attribute set near the end of the drive.
  89.  
  90. More Information:
  91.  
  92. You can use the ATTRIB command to removed the file attributes on the
  93. MIRROR file. For example, if the file is on drive C, issue the
  94. following command from the MS-DOS command prompt:
  95.  
  96.    attrib -s c:\mirorsav.fil
  97.  
  98. After running Defragmenter with the parameters suggested in the error
  99. message, you should be able to resize the DoubleSpace drive.
  100.  
  101. Additional reference words: 6.00 dblspace doublespace
  102. -=-=-=-=-=-
  103. ARTICLE-ID:Q94387
  104. TITLE     :Setup Creates OLD_DOS.x Directory with /G & /H Switches       
  105.  
  106. --------------------------------------------------------------------
  107. The information in this article applies to:
  108.  
  109.  - Microsoft MS-DOS operating system version 6.0
  110. --------------------------------------------------------------------
  111.  
  112. Summary:
  113.  
  114. Although you don't have the option to uninstall if you install Microsoft MS-
  115. DOS 6 Upgrade using the /G and /H switches together, Setup still creates an
  116. OLD_DOS.x directory. Because you cannot uninstall, it is safe to delete the
  117. OLD_DOS.x directory using DELOLDOS.EXE.
  118.  
  119. More Information:
  120.  
  121. Setup /G disables the Uninstall feature of MS-DOS. Setup /H installs MS-DOS
  122. with very few prompts for user input and cannot be used without the /G
  123. switch.
  124.  
  125. Setup uses the OLD_DOS.x directory to create temporary CONFIG.SYS and
  126. AUTOEXEC.BAT files when it modifies them. Setup does not copy any other MS-
  127. DOS files to this directory when you install MS-DOS 6 Upgrade using the /G
  128. and /H switches together.
  129.  
  130. Additional reference words: 6.00
  131. -=-=-=-=-=-
  132. ARTICLE-ID:Q94388
  133. TITLE     :Modifying MS-DOS Help Command Reference                       
  134.  
  135. --------------------------------------------------------------------
  136. The information in this article applies to:
  137.  
  138.  - Microsoft MS-DOS operating system version 6.0
  139. --------------------------------------------------------------------
  140.  
  141. Summary:
  142.  
  143. The Microsoft MS-DOS 6 Help Command Reference can be customized to add site-
  144. specific information and annotations with the HELPMAKE.EXE program supplied
  145. with Microsoft C Compiler. Corporate sites, network administrators, and
  146. computer consultants can modify the MS-DOS 6 Help Command Reference by
  147. using HELPMAKE.EXE to decode and recompile the help file (HELP.HLP).
  148.  
  149. For more information on modifying help files, refer to the Microsoft C
  150. Compiler documentation. To order Microsoft C, call Microsoft Consumer Sales
  151. (800) 426-9400.
  152.  
  153. Additional reference words: 6.00
  154. -=-=-=-=-=-
  155. ARTICLE-ID:Q94411
  156. TITLE     :MemMaker Doesn't Optimize Batch Files in AUTOEXEC.BAT         
  157.  
  158. --------------------------------------------------------------------
  159. The information in this article applies to:
  160.  
  161.  - Microsoft MS-DOS operating system version 6.0
  162. --------------------------------------------------------------------
  163.  
  164. Summary:
  165.  
  166. If a third-party memory manager has optimized memory by using specific
  167. loading programs or parameters within batch files, the following error
  168. message is displayed after you run MemMaker:
  169.  
  170.    Bad Command or Filename
  171.  
  172. Note: You may also receive error messages from the third-party expanded
  173. memory manager (EMM) if commands such as LOADHI (from QEMM) are called.
  174.  
  175. More Information:
  176.  
  177. Some third-party memory managers optimize one or more levels deep in batch
  178. files called from the AUTOEXEC.BAT file, trying to load programs in upper
  179. memory. MemMaker does not analyze software called from batch files within
  180. the AUTOEXEC.BAT file, but instead treats the whole batch file as one
  181. entity and attempts to load it in upper memory.
  182.  
  183. If you receive error messages because commands specific to third-party EMMs
  184. are still in your batch files, edit the files and remove the third-party
  185. specific information.
  186.  
  187. For example, if you have the following QEMM command in a batch file called
  188. from the AUTOEXEC.BAT file, you receive the following error message after
  189. you run MemMaker:
  190.  
  191.    LOADHI /R:2 doskey /insert
  192.  
  193. To work around this problem, remove the QEMM-specific information. For
  194. example:
  195.  
  196.    doskey /insert
  197.  
  198. Additional reference words: 6.00
  199.  
  200. -=-=-=-=-=-
  201. ARTICLE-ID:Q95436
  202. TITLE     :Why Should I Upgrade to MS-DOS 6?                             
  203.  
  204. ---------------------------------------------------------------------
  205. The information in this article applies to:
  206.  
  207.  - Microsoft MS-DOS operating system version 6.0
  208. ---------------------------------------------------------------------
  209.  
  210. Summary:
  211.  
  212. The MS-DOS 6 Upgrade includes the following new or enhanced features:
  213.  
  214.  - Microsoft DoubleSpace
  215.  - Microsoft MemMaker
  216.  - Microsoft Backup
  217.  - Microsoft Anti-Virus
  218.  - Microsoft Undelete
  219.  - MultiConfig
  220.  - Interactive Start
  221.  - Microsoft Defragmenter
  222.  - MS-DOS Help
  223.  - Enhanced SMARTDrive
  224.  - Microsoft Diagnostics (MSD)
  225.  - Interlnk
  226.  - Enhanced Commands
  227.  
  228. This article briefly describes these enhancements and their benefits to
  229. the user.
  230.  
  231. More Information:
  232.  
  233. Microsoft DoubleSpace
  234. ---------------------
  235.  
  236. Microsoft DoubleSpace increases your available disk space by
  237. integrating compression into the operating system. You can use
  238. DoubleSpace to increase available space on both hard disks and floppy
  239. disks.
  240.  
  241. Microsoft MemMaker
  242. ------------------
  243.  
  244. Microsoft MemMaker is a memory-optimization program that makes it easy
  245. to free conventional memory by moving device drivers and memory-resident
  246. programs from conventional memory into the upper memory area (UMA). If
  247. your computer has an 80386 or higher processor, you can use MemMaker to
  248. increase available conventional memory so that programs run faster and
  249. more efficiently.
  250.  
  251. Microsoft Backup
  252. ----------------
  253.  
  254. Microsoft Backup is a utility for backing up your hard disk drive.
  255. MS-DOS 6 includes both Backup for MS-DOS, a program you can start from
  256. the MS-DOS command prompt, and Backup for Windows, a program you can
  257. use with Microsoft Windows.
  258.  
  259. Microsoft Anti-Virus
  260. --------------------
  261.  
  262. Microsoft Anti-Virus can identify and remove more than 1000 different
  263. computer viruses. MS-DOS 6 includes both Anti-Virus for MS-DOS, a
  264. program you can start from the MS-DOS command prompt, and Anti-Virus
  265. for Windows, a program you can use with Windows.
  266.  
  267. Microsoft Undelete
  268. ------------------
  269.  
  270. Microsoft Undelete enables you to choose one of three levels of
  271. protection in case you accidentally delete a file. MS-DOS 6 includes
  272. Undelete for MS-DOS, a program you can run from the MS-DOS command
  273. prompt, and Undelete for Windows, a program you can use with Windows.
  274. For more information about Undelete, see the chapter "Managing Your
  275. System" in the MS-DOS 6 user's guide.
  276.  
  277. MultiConfig
  278. -----------
  279.  
  280. MultiConfig allows you to define more than one configuration in your
  281. CONFIG.SYS file. If your CONFIG.SYS file defines multiple
  282. configurations, MS-DOS displays a menu that enables you to choose the
  283. configuration you want to use each time you start your computer.
  284.  
  285. Interactive Start
  286. -----------------
  287.  
  288. Interactive Start gives you the ability to bypass startup commands
  289. when you turn on your computer. This feature allows you to choose
  290. which CONFIG.SYS commands MS-DOS should carry out and whether MS-DOS
  291. should run your AUTOEXEC.BAT file. By controlling the commands your
  292. computer uses to start up, you can pinpoint problems more quickly and
  293. easily.
  294.  
  295. Microsoft Defragmenter
  296. ----------------------
  297.  
  298. Microsoft Defragmenter reorganizes files on your hard disk to minimize
  299. the time it takes your computer to access them.
  300.  
  301. MS-DOS Help
  302. -----------
  303.  
  304. MS-DOS Help is a complete online reference to MS-DOS commands. The
  305. reference includes information about how to type commands and their
  306. parameters and switches, notes about commands, and examples of how to
  307. use commands.
  308.  
  309. Enhanced SMARTDrive
  310. -------------------
  311.  
  312. The SMARTDrive program included with MS-DOS 6 speeds up your computer
  313. by using a disk cache, which stores information to be written to your
  314. hard disk and writes it to the disk later, when system resources are
  315. in less demand.
  316.  
  317. Microsoft Diagnostics
  318. ---------------------
  319.  
  320. Microsoft Diagnostics (MSD) gathers and displays technical information
  321. about your computer.
  322.  
  323. Interlnk
  324. --------
  325.  
  326. Interlnk enables you to easily transfer files between computers. With
  327. Interlnk and a cable, you can access information on another computer
  328. without having to use floppy disks to copy files to that computer.
  329.  
  330. Enhanced Commands
  331. -----------------
  332.  
  333. The following commands have been added or enhanced for MS-DOS 6:
  334.  
  335.  - The MOVE command moves one or more files from one directory or drive
  336.    to another. You can also use the Move command to rename directories.
  337.  
  338.  - The CHOICE command allows you to prompt a user for input when
  339.    running a batch program. The CHOICE command allows you to display a
  340.    specified prompt, pause for user input, and return an error-level
  341.    parameter to the batch program.
  342.  
  343.  - The DELTREE command deletes a directory and all of its files and
  344.    subdirectories.
  345.  
  346. Additional reference words: 6.00 feature summary dblspace multi-config
  347. -=-=-=-=-=-
  348. ARTICLE-ID:Q95494
  349. TITLE     :DoubleSpace Err Msg: 'Not Enough Conventional Memory...'      
  350.  
  351. --------------------------------------------------------------------
  352. The information in this article applies to:
  353.  
  354.  - Microsoft MS-DOS operating system version 6.0
  355. --------------------------------------------------------------------
  356.  
  357. Summary:
  358.  
  359. If you start your computer using the interactive startup option in
  360. order to free enough memory to run the DoubleSpace Stacker conversion
  361. option, you may receive the following error message after DoubleSpace
  362. restarts your computer:
  363.  
  364.    Not enough conventional memory
  365.  
  366. More Information:
  367.  
  368. When you start your computer and press the F8, F5, or SHIFT key to
  369. free enough conventional memory to run the DoubleSpace Stacker
  370. converter, you must also use the interactive startup option when
  371. DoubleSpace restarts your computer. If you do not use this option, you
  372. will not have enough memory to complete the conversion.
  373.  
  374. If you use the F5 key to bypass the CONFIG.SYS and AUTOEXEC.BAT files,
  375. the only directory in the PATH environment variable is C:\DOS;
  376. therefore, DoubleSpace cannot start Stacker.
  377.  
  378. Workaround
  379. ----------
  380.  
  381. To work around this situation, either use the F8 key to bypass some of
  382. your device drives before and during the Stacker conversion process,
  383. or remark out (REM) some of the device drivers and
  384. terminate-and-stay-resident (TSR) programs in your CONFIG.SYS file.
  385.  
  386. Additional reference words: 6.00 reboot boot dblspace
  387. -=-=-=-=-=-
  388. ARTICLE-ID:Q94412
  389. TITLE     :AUTOEXEC File Is Not Processed Running 3rd-Party Shell        
  390.  
  391. --------------------------------------------------------------------
  392. The information in this article applies to:
  393.  
  394.  - Microsoft MS-DOS operating system version 6.0
  395. --------------------------------------------------------------------
  396.  
  397. Summary:
  398.  
  399. Some third-party command shells (such as NDOS) do not require the /P
  400. switch (which specifies the command shell is permanent). As a result, if
  401. you use a third-party shell without the /P switch, and set environment
  402. variables from your CONFIG.SYS file or use MS-DOS 6 startup menus, your
  403. AUTOEXEC.BAT file is not processed when you start your computer.
  404.  
  405. More Information:
  406.  
  407. Third-party command shells that do not require the /P switch check to see
  408. if an environment has been created. If it has, they do not call the
  409. AUTOEXEC.BAT file. If you use the MS-DOS 6 startup menu feature or you set
  410. environment variables (such as PATH or PROMPT) in your CONFIG.SYS file, an
  411. environment is created and the AUTOEXEC.BAT file is not processed.
  412.  
  413. Additional reference words: 6.00 NDOS 4DOS norton symantic
  414.  
  415. -=-=-=-=-=-
  416. ARTICLE-ID:Q95495
  417. TITLE     :DblSpace Err: DoubleSpace Cannot Find STACKER.COM...          
  418.  
  419. --------------------------------------------------------------------
  420. The information in this article applies to:
  421.  
  422.  - Microsoft MS-DOS operating system version 6.0
  423. --------------------------------------------------------------------
  424.  
  425. Summary:
  426.  
  427. If you run DoubleSpace and choose to convert a Stacker volume to a
  428. DoubleSpace volume, and the Stacker directory is not in the PATH, you
  429. receive the following error message:
  430.  
  431.    DoubleSpace cannot find STACKER.COM in the path. This file is required
  432.    for Stacker conversion. Add the directory with STACKER.COM to the
  433.    path.
  434.  
  435. More Information:
  436.  
  437. When you convert a Stacker volume to a DoubleSpace volume, DoubleSpace
  438. runs the STACKER.COM file to get information on Stacker drive mapping.
  439. If the Stacker directory is not in the PATH environment variable, you
  440. receive the above error message.
  441.  
  442. The Stacker directory can be removed from the PATH environment
  443. variable after DoubleSpace has been installed.
  444.  
  445. Additional reference words: 6.00
  446. -=-=-=-=-=-
  447. ARTICLE-ID:Q94413
  448. TITLE     :Setup Checks for 6 Free Entries in the Root Directory         
  449.  
  450. --------------------------------------------------------------------
  451. The information in this article applies to:
  452.  
  453.  - Microsoft MS-DOS operating system versions 5.0, 5.0a, and 6.0
  454. --------------------------------------------------------------------
  455.  
  456. Summary:
  457.  
  458. The Microsoft MS-DOS installation program (SETUP.EXE) checks the root
  459. directory of your startup drive (usually C) to determine if there is enough
  460. room for MS-DOS files in the root directory. Is some cases, Setup may
  461. incorrectly determine that enough room exists.
  462.  
  463. More Information:
  464.  
  465. You cannot have more than 512 entries (files or directories) in the root
  466. directory of an MS-DOS partition. Setup does not allow you to install MS-
  467. DOS Upgrade if you have 507 or more entries in the root directory
  468. (including hidden files). This ensures that MS-DOS Setup can create at
  469. least six entries.
  470.  
  471. In some cases, six entries is not enough. When Setup runs out of entries,
  472. the installation cannot be successfully completed. For example, if you have
  473. 506 entries in the root directory, you are using PC-DOS, and you install MS-
  474. DOS 6 Upgrade in a new directory, Setup cannot successfully install all the
  475. files.
  476.  
  477. The information below lists all potential files and directories that may be
  478. placed in the root directory and under what conditions they are installed.
  479. Any combination of the factors listed below results in an incomplete
  480. installation.
  481.  
  482.  - WINA20.386 is copied to the root directory if your computer is capable
  483.    of running Microsoft Windows in 386 enhanced mode and you have Windows
  484.    version 3.0 installed.
  485.  
  486.  - If you are using IBM PC-DOS, the files IBMBIO.COM and IBMDOS.COM are no
  487.    longer used but are not deleted. MSDOS.SYS AND IO.SYS are copied to the
  488.    root directory as two additional files.
  489.  
  490.  - If you choose a new directory when you install MS-DOS, an additional
  491.    root directory entry is used.
  492.  
  493.  - If AUTOEXEC.BAT and CONFIG.SYS are changed by Setup, the files
  494.    AUTOEXEC.OLD and CONFIG.OLD are created in the root directory.
  495.  
  496.  - Setup creates an OLD_DOS.1 directory.
  497.  
  498.  - If use the /E switch to install both the MS-DOS-based and the Windows-
  499.    based programs that ship with MS-DOS, Setup creates a WINDOWS directory.
  500.    (This does not apply to MS-DOS 5 Upgrade).
  501.  
  502. Workaround
  503. ----------
  504.  
  505. To work around this problem, remove unnecessary files from the root
  506. directory and rerun Setup.
  507.  
  508. Additional reference words: 6.00
  509. -=-=-=-=-=-
  510. ARTICLE-ID:Q96029
  511. TITLE     :SPEEDCACHE PLUS Version 4.3 Not MS-DOS 6.0-Compatible         
  512.  
  513. --------------------------------------------------------------------
  514. The information in this article applies to:
  515.  
  516.  - Microsoft MS-DOS operating system version 6.0
  517. --------------------------------------------------------------------
  518.  
  519. Summary:
  520.  
  521. Iomega's SPEEDCACHE PLUS version 4.3 is not compatible with Microsoft
  522. MS-DOS 6.
  523.  
  524. SPEEDCACHE PLUS is used to decrease the access time on Bernoulli
  525. drives. Iomega is testing SpeedCache with MS-DOS 6 and will make an
  526. updated version available soon.
  527.  
  528. For more information, contact Iomega at (800) 546-5522.
  529.  
  530. Additional reference words: 6.00
  531. -=-=-=-=-=-
  532. ARTICLE-ID:Q95497
  533. TITLE     :Less Disk Space After Converting a Stacker Drive              
  534.  
  535. --------------------------------------------------------------------
  536. The information in this article applies to:
  537.  
  538.  - Microsoft MS-DOS operating system version 6.0
  539. --------------------------------------------------------------------
  540.  
  541. Summary:
  542.  
  543. If you convert a drive from Stacker to DoubleSpace, DoubleSpace might
  544. show that you have less compressed disk space than you had with
  545. Stacker. This apparent disparity occurs because DoubleSpace is
  546. thoroughly integrated with the MS-DOS operating system and can more
  547. accurately estimate compressed disk space. In fact, you may actually
  548. have more compressed disk space than you had before the conversion,
  549. regardless of what was reported.
  550.  
  551. In addition, DoubleSpace continually updates its compressed disk space
  552. estimates. As a result, as you work with a compressed drive,
  553. DoubleSpace updates its estimates to reflect the actual current state
  554. of file compression on your drive.
  555.  
  556. Additional reference words: 6.0 dblspace
  557. -=-=-=-=-=-
  558. ARTICLE-ID:Q95532
  559. TITLE     :Deleting Unneeded Files After Converting a Stacker Drive      
  560.  
  561. --------------------------------------------------------------------
  562. The information in this article applies to:
  563.  
  564.  - Microsoft MS-DOS operating system version 6.0
  565. --------------------------------------------------------------------
  566.  
  567. Summary:
  568.  
  569. If you want to save disk space after converting a Stacker volume file
  570. (SVF) to a DoubleSpace compressed volume file (CVF), you can remove
  571. most of your Stacker files.
  572.  
  573. More Information:
  574.  
  575. Since Stacker swaps the drive letters during the processing of the
  576. CONFIG.SYS file, Stacker requires that the startup files (and files
  577. called from the CONFIG.SYS file) be located on the uncompressed host
  578. drive. Because DoubleSpace loads before CONFIG.SYS is processed
  579. (unlike Stacker), you can delete any file (and directory) that Stacker
  580. put on the host drive for CONFIG.SYS processing. These commonly
  581. include files in the DOS and WINDOWS directories on the host drive.
  582.  
  583. In addition, you can delete AUTOEXEC.* and CONFIG.* on the host drive
  584. since they only need to reside on the startup drive (C:).
  585.  
  586. The only files that must remain on the DoubleSpace host drive (of your
  587. bootable partition) are DBLSPACE.BIN, DBLSPACE.INI, DBLSPACE.00X,
  588. IO.SYS, MS-DOS.SYS, and your Windows permanent swap file if you have
  589. one (386SPART.PAR). These files should have the following attributes:
  590. System, Hidden, and Read-Only.
  591.  
  592. You can also safely remove the remarked out (REM) Stacker lines from
  593. the CONFIG.SYS file, remove the Stacker directory from the PATH
  594. environment variable in the AUTOEXEC.BAT file, and delete the Stacker
  595. directory from the hard disk.
  596.  
  597. Additional reference words: 6.0 dblspace
  598. -=-=-=-=-=-
  599. ARTICLE-ID:Q94414
  600. TITLE     :OLD_DOS.x Directory Created Even if You Can't Uninstall       
  601.  
  602. --------------------------------------------------------------------
  603. The information in this article applies to:
  604.  
  605.  - Microsoft MS-DOS operating system version 6.0
  606. --------------------------------------------------------------------
  607.  
  608. Summary:
  609.  
  610. Although you don't have the option to uninstall when you install Microsoft
  611. MS-DOS 6 Upgrade on a system with a disk-compression program (such as
  612. Stacker), Setup still creates an OLD_DOS.x directory. Because you cannot
  613. uninstall, it is safe to delete the OLD_DOS.x directory using DELOLDOS.EXE.
  614.  
  615. More Information:
  616.  
  617. Setup uses the OLD_DOS.x directory to create temporary CONFIG.SYS and
  618. AUTOEXEC.BAT files when it modifies them. Setup does not copy any other MS-
  619. DOS files to this directory when you install MS-DOS 6 Upgrade over a disk-
  620. compression program.
  621.  
  622. Additional reference words: 6.00
  623. -=-=-=-=-=-
  624. ARTICLE-ID:Q95745
  625. TITLE     :Err Msg with Iomega: 'MS-DOS 6 Cannot Be Installed...'        
  626.  
  627. --------------------------------------------------------------------
  628. The information in this article applies to:
  629.  
  630.  - Microsoft MS-DOS operating system version 6.0
  631. --------------------------------------------------------------------
  632.  
  633. Summary:
  634.  
  635. When you attempt install the MS-DOS 6 Upgrade on an Iomega Bernoulli
  636. drive, you may receive the following error message:
  637.  
  638.    MS-DOS 6 can not be installed because of an unrecognized partition.
  639.    Exit or install on floppy disks.
  640.  
  641. Iomega is currently working on new drivers for their drives that will
  642. correct this problem.
  643.  
  644. For more information, contact Iomega at 1-800-546-5522. Microsoft will
  645. post new information here as it becomes available.
  646.  
  647. Additional reference words: 6.00
  648. -=-=-=-=-=-
  649. ARTICLE-ID:Q94554
  650. TITLE     :HIMEM.SYS and EMM386.EXE Are Not Verbose by Default           
  651.  
  652.  
  653. --------------------------------------------------------------------
  654. The information in this article applies to:
  655.  
  656.  - Microsoft MS-DOS operating system version 6.0
  657. --------------------------------------------------------------------
  658.  
  659. Summary:
  660.  
  661. In Microsoft MS-DOS version 6.0, HIMEM.SYS and EMM386.EXE do not display
  662. any initialization information by default. When you start your computer, no
  663. information is displayed by either device driver as CONFIG.SYS is
  664. processed. To show data such as A20 handling switches and upper memory area
  665. (UMA) information, you must add the /VERBOSE (/V) switch to each device
  666. driver statement in the CONFIG.SYS file. For example:
  667.  
  668.    DEVICE=C:\DOS\HIMEM.SYS /V
  669.    DEVICE=C:\DOS\EMM386.EXE NOEMS X=D000-D7FF /V
  670.  
  671. You can also display startup information by pressing the ALT key while your
  672. computer is starting. This is useful for a one-time status check of these
  673. drivers.
  674.  
  675. Note: If either device driver finds an error during initialization, it
  676. automatically switches to verbose mode, displaying both the error and its
  677. normal startup information.
  678.  
  679. Additional reference words: 6.00
  680. -=-=-=-=-=-
  681. ARTICLE-ID:Q96030
  682. TITLE     :Err Msg: 'DoubleSpace Cannot Continue...' with Bernoulli      
  683.  
  684. --------------------------------------------------------------------
  685. The information in this article applies to:
  686.  
  687.  - Microsoft MS-DOS operating system version 6.0
  688. --------------------------------------------------------------------
  689.  
  690. Summary:
  691.  
  692. When you set up DoubleSpace on a Bernoulli disk that has been
  693. formatted with the Iomega Format utility, you may receive the
  694. following error message:
  695.  
  696.    DoubleSpace can not continue because an unrecognized error has
  697.    occurred.
  698.  
  699. If you choose the Yes button to continue setting up DoubleSpace, the
  700. program reboots your computer and restores the original configuration
  701. files--your data is not lost.
  702.  
  703. More Information:
  704.  
  705. The Iomega Format utility is provided with Bernoulli drives. For more
  706. information on this utility, contact Iomega at (800) 546-5522.
  707.  
  708. Additional reference words: 6.00 dblspace
  709. -=-=-=-=-=-
  710. ARTICLE-ID:Q95855
  711. TITLE     :Backup Err Msg: Not Ready Error Accessing Drive x             
  712.  
  713. --------------------------------------------------------------------
  714. The information in this article applies to:
  715.  
  716.  - Microsoft MS-DOS operating system version 6.0
  717. --------------------------------------------------------------------
  718.  
  719. Summary:
  720.  
  721. You may receive the following error message when you back up
  722. to a network drive using Microsoft Backup for Windows
  723.  
  724.    Not ready error accessing drive x
  725.  
  726. where x is the letter of your network drive.
  727.  
  728. This error occurs when the network generates a timeout error, due to
  729. the way MS-DOS creates a file for the backup. Therefore, this error
  730. occurs more often with a slow server or when you're doing a very large
  731. backup.
  732.  
  733. Workaround
  734. ----------
  735.  
  736. To work around this problem, either back up smaller portions of your
  737. hard disk or increase your timeout setting for your network. If you
  738. are using Microsoft LAN Manager version 2.1 or later, or a 100-percent
  739. LAN Manager-compatible network, add the following statement to the
  740. [workstation] section of the LANMAN.INI file.
  741.  
  742.    SESSTIMEOUT=180
  743.  
  744. Additional reference words: 6.0 decnet ibm lan server lan manager
  745. compatible
  746. -=-=-=-=-=-
  747. ARTICLE-ID:Q94555
  748. TITLE     :MemMaker: Order of Entries in the CONFIG.SYS File             
  749.  
  750. --------------------------------------------------------------------
  751. The information in this article applies to:
  752.  
  753.  - Microsoft MS-DOS operating system version 6.0
  754. --------------------------------------------------------------------
  755.  
  756. Summary:
  757.  
  758. MemMaker always modifies the CONFIG.SYS file so that the entries are in the
  759. following order:
  760.  
  761.    DEVICE=C:\DOS\HIMEM.SYS
  762.    DEVICE=C:\DOS\EMM386.EXE <settings>
  763.    buffers=<setting>
  764.    files=<setting>
  765.    dos=umb
  766.    lastdrive=<setting>
  767.    FCBS=<setting>
  768.    [Everything else in the same order it was already in]
  769.  
  770. The <setting> and <settings> are determined by MemMaker for each you
  771. specific installation and configuration.
  772.  
  773. More Information:
  774.  
  775. MemMaker does not have a feature that allows drivers load before any of
  776. those listed above. If there is a problem with a specific driver that needs
  777. to be loaded before the above lines, that driver may not function until you
  778. manually edit the CONFIG.SYS file and move the driver to where it belongs.
  779.  
  780. To work around this problem:
  781.  
  782. 1. Edit the CONFIG.SYS file and comment out (REM) the device driver you
  783.    are having problems with.
  784.  
  785. 2. Run MemMaker.
  786.  
  787. 3. Edit the CONFIG.SYS file and remove "REM" from the device driver.
  788.  
  789. 4. Return the device driver to its previous location.
  790.  
  791. Note: If the memory configuration that MemMaker created changes when you
  792. follow this procedure, you must manually optimize your configuration.
  793.  
  794. Additional reference words: 6.00
  795. -=-=-=-=-=-
  796. ARTICLE-ID:Q96061
  797. TITLE     :MS-DOS Err Msg: Could Not Copy COMMAND.COM to Target...       
  798.  
  799. --------------------------------------------------------------------
  800. The information in this article applies to:
  801.  
  802.  - Microsoft MS-DOS operating system version 6.0
  803. --------------------------------------------------------------------
  804.  
  805. Summary:
  806.  
  807. When you use the SYS command (SYS.COM) to transfer the MS-DOS startup
  808. file to another disk and COMMAND.COM is not in the root directory of
  809. your startup drive, you receive the following error message:
  810.  
  811.    Could not copy COMMAND.COM onto target disk
  812.  
  813. More Information:
  814.  
  815. Even if the COMSPEC environment variable and the SHELL= statement in
  816. the CONFIG.SYS file point to COMMAND.COM in a different directory,
  817. SYS.COM still looks for COMMAND.COM in the root directory of the
  818. startup drive.
  819.  
  820. Workaround
  821. ----------
  822.  
  823. To work around this problem, copy COMMAND.COM to the root directory of
  824. your startup drive (see your MS-DOS manual for information about
  825. copying files). Then, set the read-only attribute with the ATTRIB
  826. command. For example, type the following at the MS-DOS command prompt
  827. and press ENTER:
  828.  
  829.    attrib +r command.com
  830.  
  831. Additional reference words: 6.00 SYS COMMAND COMSPEC SHELL boot err
  832. msg
  833. -=-=-=-=-=-
  834. ARTICLE-ID:Q95533
  835. TITLE     :Largest Possible DoubleSpace Drive Is 512 MB                  
  836.  
  837. --------------------------------------------------------------------
  838. The information in this article applies to:
  839.  
  840.  - Microsoft MS-DOS operating system version 6.0
  841. --------------------------------------------------------------------
  842.  
  843. Summary:
  844.  
  845. The MS-DOS limit for a drive using an 8K cluster size is 512 MB
  846. (65,536 clusters at 8192 bytes per cluster). Because DoubleSpace
  847. supports only 8K clusters, a drive compressed with DoubleSpace is
  848. limited to 512 MB. If your compression ration is 2:1, the physical
  849. size of the compressed value file (CVF) will be 256 MB.
  850.  
  851. Accessing data by 8K clusters (as compared with 4K or 2K clusters)
  852. increases the speed of the disk read times (in most cases). With an 8K
  853. cluster size, the MS-DOS kernel reads in more sectors than it would
  854. with a smaller cluster size.
  855.  
  856. For more information on cluster sizes, query on the following words in
  857. the Microsoft Knowledge Base:
  858.  
  859.    cluster and logical and ms-dos
  860.  
  861. Additional reference words: 6.0 input/output i/o reads dblspace
  862.