home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / dos5gbag.zip / DOS5.ZIP / README.TXT < prev    next >
Text File  |  1990-12-13  |  22KB  |  487 lines

  1. This file provides information about the following topics:
  2.     Notes on Setup
  3.      Creating the Uninstall disk(s)
  4.      A directory called OLD_DOS is created by Setup
  5.      Setup may create multiple OLD_DOS directories
  6.      Using CLEANUP to remove old DOS information
  7.      Old LINK.EXE versions may be left in path
  8.      WINA20.386 file
  9.      Manually Unpacking MS-DOS 5.0 files
  10.     Setting up MS-DOS 5.0 on OS/2 systems              
  11.      Running the upgrade on an OS/2 system
  12.      MS-DOS 5.0 and OS/2 dual boot 
  13.     Notes on Windows 2.x
  14.      Running Windows/286 with MS-DOS 5.00
  15.      Using Windows 2.1 run-time applications with MS-DOS 5.0
  16.     Notes on Windows 3.x
  17.      Windows 386 debugger and MS-DOS 5.00
  18.      Running Windows 3.0 real mode in an enhanced mode window
  19.     The SETVER command
  20.     Disk Partitioning Software
  21.        Identifying the Disk Utility
  22.        Upgrading to MS-DOS 5.0
  23.           Upgrading Disk Manager
  24.           Upgrading SpeedStor
  25.           Upgrading Multivol or Volume Expansion
  26.           Upgrading Vfeature Deluxe
  27.     Hard drive partitions with logical sectoring
  28.     Making your hardware compatible with MS-DOS 5.0
  29.        Intel Aboveboard
  30.        HP Vectra CS Model 20
  31.        Logitech C7 mouse
  32.        Adaptec controller boards
  33.        101-key keyboards and Qbasic/Edit
  34.        Corel Systems drives
  35.        Plus Development Hardcard II
  36.        Video 7 video cards
  37.        ProComm Floppy Drives
  38.     Making your software compatible with MS-DOS 5.0
  39.      Soft Ice by Nu-Mega
  40.      Software Carousel
  41.      Metro and Displaywrite III
  42.      MS-DOS Multitasking Software
  43.      Asynchronous I/O and DOSSHELL.EXE task switching
  44.      Gazelle Systems QDOS II
  45.      Microsoft CodeView 3.0                                         
  46.      Raid and MS-DOS 5.0
  47.      Quarterdeck Manifest
  48.      Quarterdeck QEMM
  49.      Kingston Memory Board EMS driver
  50.      Software that accesses extended memory via INT 15
  51.      386 To The Max (386MAX)
  52.      Tandy Deskmate
  53.      Northnet Atlast!
  54.      PC-Tools Backtalk
  55.      Microsoft CD-ROM extensions
  56.      Softlogic Solution's Disk Optimizer
  57.      Mountain High's autorun.exe
  58.      Borland's Turbo Debugger 386
  59.  
  60. For more information about Upper Memory Block support, see the UMB.TXT
  61. file.  For more information about Networks, see the NETWORK.TXT file. 
  62.  
  63. NOTES ON SETUP-------------------------------------------------------------
  64.  
  65. CREATING THE UNINSTALL DISK(S)
  66.    If you use a bad disk to create the Uninstall disk during Setup,
  67. you may not be able to successfully uninstall MS-DOS 5.0. Be sure to use an
  68. unformatted or newly formatted disk.
  69.  
  70. A DIRECTORY CALLED OLD_DOS.1 IS CREATED BY SETUP
  71.    A directory called OLD_DOS.1 is created by Setup during the installation
  72. of MS-DOS 5.0. The files in this directory, in combination with the files
  73. on your Uninstall disk, can be used to restore your old DOS.
  74.    Do not remove or alter the OLD_DOS.1 directory on your hard disk if you
  75. think you might reinstall your old DOS. After you remove the directory,
  76. reinstalling your old DOS is not possible. You can delete the OLD_DOS.1
  77. directory at any time by typing CLEANUP at the command prompt.
  78.  
  79. SETUP MAY CREATE MULTIPLE OLD_DOS DIRECTORIES
  80.    If you upgrade to MS-DOS 5.0 more than once, without using CLEANUP to
  81. delete previous OLD_DOS directories, a new directory will be created each
  82. time you upgrade. Subsequent OLD_DOS directories will be named OLD_DOS.2,
  83. OLD_DOS.3, and so on.
  84.    If you have run the upgrade several times on the same system and have
  85. created several Uninstall disks in the process, be sure to use the most
  86. recent Uninstall disk to recover your system.
  87.  
  88. USING CLEANUP TO REMOVE OLD DOS INFORMATION
  89.    After you have used MS-DOS 5.0 and are confident that you will not need
  90. to restore your previous version of DOS, you can use the CLEANUP program to
  91. remove your old DOS from your hard disk.  To remove the old DOS from your
  92. hard disk, type CLEANUP at the command prompt, press ENTER, and follow the
  93. directions.
  94.    You will not be able to restore your previous DOS after running CLEANUP.
  95.  
  96. OLD LINK.EXE VERSIONS MAY BE LEFT IN PATH
  97.    If you are running a compiler and it fails, you may have an old version
  98. of LINK.EXE in your DOS subdirectory.  MS-DOS Setup puts the DOS directory
  99. at the front of the path in your AUTOEXEC.BAT file.  The LINK.EXE file that
  100. was in the DOS directory before you installed MS-DOS 5.0 may be put ahead
  101. of the location of the LINK.EXE file you want to use.
  102.    LINK.EXE is not shipped with MS-DOS 5.0.
  103.  
  104. WINA20.386 FILE
  105.   When installing upon systems capable of running Windows in Enhanced mode
  106. MS-DOS 5.00 will place a read only file called WINA20.386 in the root
  107. directory. This file provides support for Windows when it is running in the
  108. enhanced mode and has to stay in the root.
  109.  
  110. MANUALLY UNPACKING MS-DOS 5.0 FILES:
  111.    Files on MS-DOS 5.0 master disks that have extensions ending with an
  112. underscore (_) are in a compressed format.  To retrieve a single file from
  113. the MS-DOS 5.0 master disks, use the EXPAND utility located on Disk 5.
  114.    Syntax: expand [drive1:][path1]infile [drive2:][path2]outfile
  115.         [drive1:][path1]infile  Specifies the location and name of the
  116.                          compressed file you want to expand
  117.         [drive2:][path2]outfile Specifies the destination and new name
  118.                          of the expanded file
  119.    Example: expand a:\redir.ex_ c:\dos\redir.exe
  120.  
  121. SETTING UP MS-DOS 5.0 ON OS/2 SYSTEMS----------------------------------
  122. RUNNING THE UPGRADE ON AN OS/2 SYSTEM
  123.    If you install the upgrade over IBM OS/2 1.0 you will not be able to
  124. uninstall. This is not a problem for MS OS/2 1.0 or for IBM and MS OS/2
  125. 1.1 and later versions. You can work around this by renaming the IBM OS/2
  126. 1.0 system files, IBMBIO.COM and IBMDOS.COM, to something else so the setup
  127. program does not confuse them with DOS system files
  128.    If you run the uninstall on a system which had OS/2 on it before the 
  129. upgrade running chkdsk may show some lost extended attributes. This will 
  130. happen whenever a file which had extended attributes under OS/2 was altered 
  131. under dos before the uninstall
  132.  
  133. MS-DOS 5.0 AND OS/2 DUAL BOOT 
  134.    OS/2 1.1 and Compaq OS/2 1.21 dual boot installation programs don't work
  135. with MS-DOS 5.00. MS OS/2 1.21 dual boot works fine.
  136.   
  137. NOTES ON WINDOWS 2.X-------------------------------------------------------
  138.  
  139. RUNNING WINDOWS/286 WITH MS-DOS 5.0
  140.    If you run Windows/286 on a computer with MS-DOS 5.0, you will need to
  141. run COMMAND.COM from a program information file (PIF). Winoldapp allocates
  142. only about 39K for the COMMAND.COM file, which is not enough for the MS-DOS
  143. 5.0 COMMAND.COM.
  144.  
  145. USING WINDOWS 2.1 RUN-TIME APPLICATIONS WITH MS-DOS 5.0
  146.    If you are using Windows 2.1 run-time applications, there may be older,
  147. incompatible, versions of SMARTDRV.SYS and HIMEM.SYS on your hard disk.
  148.    An older version of SMARTDRV.SYS will cause an "Incorrect DOS version"
  149. error message to appear on your screen, and SMARTDrive will not install.
  150. An older version of HIMEM.SYS will cause the run-time application not to
  151. run, and may cause other incompatibility problems.
  152.    Be sure to change your CONFIG.SYS file so the SMARTDRV.SYS and HIMEM.SYS
  153. files supplied with MS-DOS 5.0 are used instead of those supplied with your
  154. Windows application.
  155.  
  156. NOTES ON WINDOWS 3.X-----------------------------------------------------
  157.  
  158. WINDOWS/386 DEBUG VERSION AND MS-DOS 5.0
  159.    If you are running the debug version of Windows/386 with DOS=LOW, the
  160. DOS segment will be below the BIOS segment, causing your system to fail.
  161. Call Microsoft Product Support Services at (206)454-2030 for a solution to
  162. this problem.
  163.  
  164. RUNNING WINDOWS 3.0 REAL MODE IN AN ENHANCED MODE WINDOW
  165. If your computer hangs or gets an application error when running win /r in
  166. an Enhanced Mode VM, it may help if you remove the line "ebios=*EBIOS" in
  167. the 386ENH section of the SYSTEM.INI file. However, this may make it
  168. impossible to run other programs after exiting.
  169.  
  170. THE SETVER COMMAND---------------------------------------------------
  171.    With the SETVER command, you can control what version MS-DOS reports to
  172. certain programs.  SETVER "fools" programs that rely on a certain version
  173. of DOS into running under MS-DOS 5.0.
  174.  
  175. DISK PARTITIONING SOFTWARE-------------------------------------------
  176.  
  177. MS-DOS 5.0 Setup may not be able to directly upgrade your hard disk
  178. if one of the following disk utilities was used to set up hard disks
  179. on your system:
  180.  
  181. Manufacturer          Name             Device Driver
  182. ---------------------------------------------------------------------
  183. Ontrack               Disk Manager     DMDRVR.BIN
  184. Storage Dimensions    SpeedStor        SSTOR.SYS or HARDRIVE.SYS
  185. Golden Bow Systems    Vfeature Deluxe  FIXT_DRV.SYS
  186. Hewlett-Packard       MultiVol         MULTIVOL.SYS
  187. Hewlett-Packard       Volume Expansion HARDRIVE.SYS
  188.  
  189. If MS-DOS 5.0 Setup detects a disk partition created by one of the
  190. above utilities, it will refuse to upgrade your hard disk
  191. automatically.  In order to install MS-DOS 5.0, follow the detailed
  192. steps outlined below.
  193.  
  194.  
  195. IDENTIFYING THE DISK UTILITY
  196.  
  197. You may already know which disk utility was used to set up your hard
  198. disk. If not, look in your CONFIG.SYS file for one of the device
  199. driver names in the above table.  For example, if the line
  200. "DEVICE=SSTOR.SYS" appears in your CONFIG.SYS file, the SpeedStor
  201. disk utility was used to set up your hard disk. If you find
  202. HARDRIVE.SYS in your CONFIG.SYS file, you must determine whether
  203. the device driver came from Hewlett-Packard (HP DOS 3.3) or Storage
  204. Dimensions.
  205.  
  206.  
  207. UPGRADING TO MS-DOS 5.0
  208. Procedures to determine whether you can upgrade your system and to
  209. carry out the upgrade vary between the disk utilities.  Each is
  210. discussed separately below.
  211.  
  212. Note:  MS-DOS 5.0 Setup requires at least 2.5 MB of free space in
  213. your boot partition (drive C).  If you have a very small boot
  214. partition, you may need to repartition your hard disk to create a
  215. larger boot partition before upgrading to MS-DOS 5.0.
  216.  
  217. Setup utility comments out the device driver line in your CONFIG.SYS
  218. file after the installation is successfully completed.
  219.  
  220.  
  221. UPGRADING DISK MANAGER
  222.  
  223. If you are currently running DOS version 4.0 or 4.01, you can upgrade
  224. your hard disk to MS-DOS 5.0 by running Setup with the /u switch, as
  225. follows:
  226.  
  227.    setup /u
  228.  
  229. If you are running an earlier version of DOS, you should contact
  230. Microsoft Beta support for DOS 5.0 compatible disk manager drivers
  231. (provided to MS by Ontrack systems).
  232.  
  233.  
  234. UPGRADING SPEEDSTOR
  235.  
  236. If you are currently running DOS version 4.0 or 4.01, you should have
  237. no difficulty upgrading to MS-DOS 5.0 by running setup with the /u
  238. switch, as follows:
  239.  
  240.    setup /u
  241.  
  242. If you are running an earlier version of DOS, you should contact
  243. Microsoft Beta support for DOS 5.0 compatible disk manager drivers
  244. (provided to MS by storage dimension).
  245.  
  246.  
  247.  
  248. UPGRADING MULTIVOL or VOLUME EXPANSION
  249.  
  250. These disk utilities were distributed with HP DOS versions 3.2 and
  251. 3.3. Hewlett-Packard recommends that you repartition and reformat your
  252. hard disk with MS-DOS 5.0, eliminating the need for MultiVol or
  253. Volume Expansion.  To do this, carry out the following steps:
  254.  
  255. *  Install MS-DOS 5.0 on floppy disks.  You can do this by running
  256.    MS-DOS 5.0 Setup. Although Setup will refuse to upgrade your hard
  257.    disk, it will install DOS on floppy disks.
  258.  
  259. *  Back up your hard disk using the HDBACKUP program provided with MS-DOS 
  260.    5.0 or some other backup utility. The program HDBACKUP.EXE can be found
  261.    on UPGRADE DISK 1 and can be run by typing in HDBACKUP at the A:> prompt.
  262.    Backups created this way can be restored with the dos RESTORE command.
  263.  
  264. *  Boot from the MS-DOS 5.0 startup floppy disk you created.
  265.  
  266. *  Run FDISK.
  267.  
  268. *  Delete non-DOS partitions.
  269.  
  270. *  Create new partitions.
  271.  
  272. *  From the MS-DOS 5.0 floppy disk, run FORMAT to format each new
  273.    partition.
  274.  
  275. *  Restart your system from the hard disk (remove floppy disks from
  276.    drives first).
  277.  
  278. *  Run MS-DOS 5.0 Setup. Setup will upgrade your hard disk.
  279.  
  280. *  Restore the files from the deleted partitions, using the backup
  281.    copies you created.
  282.  
  283. UPGRADING VFEATURE DELUXE
  284.  
  285. Current versions of Vfeature Deluxe is not compatible with MS-DOS
  286. 5.0. Golden Bow Systems is planning to upgrade the software to take
  287. advantage of MS-DOS 5.0 advanced features. Contact Golden Bow system
  288. for information about Vfeature upgrades.  Until the upgrade is
  289. available, you can install MS-DOS 5.0 on floppy
  290. disks. However, you may not be able to access your hard disk while
  291. running MS-DOS 5.0.
  292.  
  293. HARD DRIVE PARTITIONS WITH LOGICAL SECTORING---------------------------
  294.    If the version of DOS you were using before upgrading to dos 5 used
  295. logical sectoring partitions that were larger than 32MB on the hard drive
  296. you should never boot with your previous dos and then access the hard drive.
  297. Because dos 5 upgrade has changed the structure of your hard drive partition
  298. doing this could very easily destroy information on the drive. At this point
  299. in time we know that NEC, Toshiba, Wyse and Zenith Dos' use logical sectoring
  300. on large hard drive partitions. This is by no means a complete list and will 
  301. be enlarged.
  302.  
  303. MAKING YOUR HARDWARE COMPATIBLE WITH MS-DOS 5.0----------------------------
  304. INTEL ABOVEBOARD
  305.    If you have an Intel Aboveboard in your system you will need to run Intel's
  306. Aboveboard setup program after installing dos 5 in order to access the memory
  307. on the board. This needs to be done because the Dos 5 installation program 
  308. overwrites the Aboveboard's initilization information which is stored on your
  309. harddrive.
  310.  
  311. HP VECTRA CS MODEL 20
  312.    The Hewlett Packard portable Vectra CS Model 20 requires a 1.44Mfloppy 
  313. in drive A at boot time for MSDOS FORMAT, DISKCOPY and DISKCOMP to recognize 
  314. the drive as a 1.44MB floppy drive. Failure to do so will make FORMAT, 
  315. DISKCOPY and DISKCOMP think that the drive is a 720K floppy drive and prevent 
  316. their proper operation with 1.44MB floppies. Hewlett Packard's version of
  317. MS-DOS 5.0 will not have this requirement.
  318.  
  319. LOGITECH C7 MOUSE
  320.    If you are unable to use a Logitech C7 mouse, contact the company to
  321. obtain an updated mouse driver. You will need to get version 5.0 or later.
  322.  
  323. ADAPTEC CONTROLLER BOARDS
  324.    If you are using an Adaptec controller board with two hard drives
  325. attached and are using expanded memory (EMS), you may need to obtain
  326. Adaptec's adaptec.sys device driver.  For more information, contact your
  327. Adaptec dealer or distributor or call Adaptec's technical support
  328. hotline at 408/945-2550.
  329.  
  330. 101-KEY KEYBOARDS AND QBASIC/EDIT
  331.    If you are unable to use the arrow keys on your numeric keypad when
  332. running Qbasic or EDIT, Microsoft offers a TSR called FIXSHIFT.COM which
  333. may help. To obtain FIXSHIFT.COM call Microsoft Product Support at
  334. (206)454-2030
  335.  
  336. COREL SYSTEMS DRIVERS
  337.    If you are having trouble with a Corel System driver for a large
  338. capacity drive (WORM, Winchester, etc.) you may need to obtain an updated
  339. driver from Corel Systems.
  340.  
  341. PLUS DEVELOPMENT HARDCARD II
  342.    If you are having trouble with Plus Development's Hardcard II when
  343. running EMM386.EXE, you will need to add the option X=D700-D7FF on the
  344. DEVICE= line for EMM386.
  345.  
  346. VIDEO 7 VGA CARDS
  347.    If you are having trouble with MS-DOS Shell and the Microsoft mouse when
  348. using a Video7 VGA card, it may help if you use the /Y option on the mouse.
  349.  
  350. PROCOMM FLOPPY DRIVES
  351.    If you have trouble with ProComm floppy drives you may need to obtain
  352. an updated driver from ProComm.
  353.  
  354. MAKING YOUR SOFTWARE COMPATIBLE WITH MS-DOS 5.0----------------------------
  355. SOFT ICE BY NU-MEGA
  356.    If you are using Nu-Mega's Soft Ice program you should not load it after
  357. HIMEM.SYS on a Compaq system when you are using SMARTDRV.SYS. Soft Ice can 
  358. corrupt the disk cache in this situation, resulting in a corrupted hard drive.
  359.  
  360. SOFTWARE CAROUSEL
  361.    Software Carousel will lock up when running under MS-DOS 5.0 unless
  362. SETVER has been used to report version 4.00 to it.
  363.    Example: SETVER C: CAROUSEL.EXE 4.00
  364.  
  365. LOTUS METRO, LOTUS EXPRESS, AND IBM DISPLAYWRITE III
  366.    These software packages do not support the extended ROM BIOS for 101-key
  367. keyboards.  If you have trouble with them, add the following line to your
  368. CONFIG.SYS file and restart your computer:
  369.    SWITCHES=/K
  370.    This will instruct MS-DOS 5.0 not to use the extended ROM BIOS.  The
  371. applications will work, but you will not be able to access the F11 or F12
  372. keys through MS-DOS.
  373.  
  374. MS-DOS MULTITASKING SOFTWARE:
  375.    If you are using software that provides multitasking support for MS-DOS,
  376. do not enable the switcher in MS-DOS Shell.  The multitasking system and
  377. MS-DOS SHELL task swapping are likely to conflict.
  378.  
  379. ASYNCHRONOUS I/O and DOSSHELL.EXE TASK SWITCHING
  380.    The MS-DOS Shell task switcher does not support switching of programs
  381. performing asynchronous communications.  This includes all terminal
  382. emulation software such as SmartCom, Procomm Plus, and server/client
  383. software such as Laplink and Blast. The MS-DOS Shell task switcher should
  384. not be enabled if you are using asynchronous communications programs.
  385.  
  386. GAZELLE SYSTEMS QDOS II:
  387.    QDOS II is a DOS version-specific application.  Only versions of QDOS II
  388. that support MS-DOS 4.xx will work correctly with MS-DOS 5.0.
  389.  
  390. MICROSOFT CODEVIEW 3.00:
  391.    If you are using Microsoft Codeview 3.0 to debug applications that use
  392. expanded memory, and are using the EMM386.SYS memory manager of MS-DOS 5.0
  393. in AUTO mode, you may experience some problems. Whenever using Codeview to
  394. debug EMS applications you should either turn EMM386 on before debugging or
  395. use the /d or /e switches on Codeview 3.0.
  396.  
  397. RAID AND MS-DOS 5.O (IBETA)
  398.    If you are a raid user and are upgrading from MS-DOS 3.x, copy the
  399. NISAMR.EXE file from \\dos5server\beta. If you are upgrading from DOS 4.x, 
  400. you probably have this file and will not need to get it.
  401.  
  402. QUARTERDECK MANIFEST:
  403.    Versions of this application previous to 1.01 are closely tied to
  404. internals specific to earlier versions of DOS and do not work with MS-DOS
  405. 5.0. Quarterdeck Manifest v1.01 will work on MS-DOS 5.00. For an upgrade to
  406. v1.01 contact Quarterdeck
  407.  
  408. QUARTERDECK QEMM
  409.    Versions of Qemm prior to 5.11 have problems when the HIMEM.SYS file is
  410. loaded with the /INT15=xxxx option.  Add the QEMM option MEMORY=yyyy to the
  411. DEVICE=QEMM.SYS line in your CONFIG.SYS file, where yyyy = xxxx - 64.  Or
  412. can update your Qemm to version 5.11.
  413.   The buffers program supplied with some versions of Qemm should not be
  414. used with MS-DOS 5. If you were using this program previous to upgrading to 
  415. MS-DOS 5.0 you will need to increase your dos BUFFERS= line in your 
  416. config.sys. We suggest BUFFERS=20 as a new setting.
  417.  
  418. KINGSTON MEMORY BOARD EMS DRIVER:
  419.    The Kingston EMSDRVR.SYS driver is incompatible with the MS-DOS 5.0
  420. HIMEM.SYS file.  You can use the MS-DOS 5.0 EMM386.SYS file to access EMS
  421. memory instead of the Kingston diver.
  422.  
  423. SOFTWARE THAT ACCESSES EXTENDED MEMORY VIA INT 15
  424.    Some software that uses extended memory, such as Paradox, Oracle, QEMM,
  425. or Turbo EMS, does so using interrupt 15.  To use this type of software
  426. with MS-DOS 5.0 loaded high, you can use the HIMEM.SYS /INT15=xxxx switch.
  427.    The /INT15 switch allocates the specified amount of extended memory for
  428. the INT15h interface.
  429.    It may also be necessary to use options on the particular software to
  430. specify the amount of extended memory accessible through INT15.  This can
  431. be done using the /M switch with Turbo EMS, and the MEMORY option
  432. with QEMM.
  433.  
  434. 386MAX:
  435.    In some cases, after loading a program high with 386LOAD.COM, the loaded
  436. program will report "Incorrect DOS version." If this occurs use the SETVER
  437. command to set the version number for 386MAX to the lower version required
  438. by the program reporting the error.
  439.    If a program is loaded high using 386LOAD.COM, the DOS version number
  440. reported by SETVER will not be passed to it by 386MAX .  This happens
  441. because the 386MAX reports the version it sees to programs that have been
  442. loaded high, not the version they see.
  443.    WARNING: After this has been done, all programs loaded by 386LOAD.COM
  444. will be reported this new version number
  445.    The Maxhi.exe program supplied with versions of 386MAX prior to 5.0
  446. should not be used with MS-DOS 5.0 as it will cause the machine to hang.
  447.  
  448. TANDY DESKMATE
  449.    Versions of Deskmate prior to 3.0.2 incorrectly calculated disk space
  450. size for large disks. If problems occur writing files to a disk because
  451. Deskmate reports that there is not enough disk space, contact Tandy to get
  452. the most recent version of Deskmate.
  453.  
  454. NORTHNET ATLAST!
  455.    If you experience problems with Northnet's Atlast! upper memory manager,
  456. contact Northnet for an upgrade.
  457.  
  458. PC-TOOLS BACKTALK
  459.    Loading PC-Tools Backtalk into upper memory blocks with the LOADHIGH
  460. command may cause your machine to hang. Usually this will only happen if
  461. you have filled up the rest of the UMB space with other device drivers and
  462. TSR's.  You should load Backtalk in conventional memory and fill the UMB
  463. space with other device drivers or TSR's.
  464.  
  465. MICROSOFT CD-ROM EXTENSIONS
  466.    While any version of MSCDEX.EXE that worked under MS-DOS 4.x will
  467. function in most situations under MS-DOS 5, there are known problems with
  468. MSCDEX.EXE when using it with the /s option to run a CD-ROM drive as a
  469. network server. This function will not work in MS-DOS 5.00 until a new
  470. version of MSCDEX.EXE is written.
  471.  
  472. SOFTLOGIC SOLUTION'S DISK OPTIMIZER
  473.    Versions of Softlogic Solutions Disk Optimizer prior to 4.05 would give
  474. the message "File Allocation Table Contains Invalid Information. Run
  475. CHKDSK". If you encounter this problem you will need to contact Softlogic
  476. for an upgrade.
  477.  
  478. MOUNTAIN HIGH'S AUTORUN.EXE
  479.    If you experience problems with autorun.exe, a tape drive backup program
  480. written by Mountain High, you will need to contact the company to obtain
  481. an upgrade
  482.  
  483. BORLAND'S TURBO DEBUGGER 386
  484.    Borland's Turbo Debugger 386 is configuration dependent and will need to
  485. be reinstalled after upgrading to MS-DOS 5.00 or you may experience machine
  486. hangs while running the debugger.
  487.