home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / PD0785.TXT < prev    next >
Text File  |  1993-06-04  |  9KB  |  234 lines

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.                  PD0785: UPGRADING DR DOS TO MS-DOS 6
  4. ======================================================================
  5.                                                    Revision Date: 4/93
  6.                                                       No Disk Included
  7.  
  8. The following information applies to Microsoft MS-DOS, version 6.0
  9. upgrade.
  10.  
  11.                                    
  12. INTRODUCTION
  13. ============
  14.  
  15. You can successfully install the Microsoft MS-DOS 6 Upgrade over
  16. Digital Research(R) DOS (DR DOS); however, before you upgrade your
  17. current installation of DR DOS, you should disable the following:
  18.  
  19.     - DR DOS security features
  20.     - DR DOS DELWATCH utility
  21.     - DR DOS GOTO and ? commands
  22.     - DR DOS CHAIN command
  23.  
  24.   NOTE: If you use the SuperStor(R) (STOR) data-compression program
  25.   provided with DR DOS, you should also read the section in this
  26.   Application Note titled "Your Computer Uses DR DOS Disk
  27.   Compression."
  28.  
  29.  
  30. DISABLING SECURITY FEATURES
  31. ===========================
  32.  
  33. If you have any security features, including password protection,
  34. disable them. When you run the Setup program for the MS-DOS 6 Upgrade,
  35. your system, system files, DR DOS directory, and files in your DR DOS
  36. directory cannot be password protected. The MS-DOS 6 Upgrade Setup
  37. program cannot create an Uninstall disk if your CONFIG.SYS or
  38. AUTOEXEC.BAT file is password protected.
  39.  
  40. DISABLING PASSWORD PROTECTION
  41. -----------------------------
  42.  
  43. To disable password protection for a specific file, type the following
  44. at the command prompt
  45.  
  46.    password <filename> /n
  47.  
  48. where  <filename>  is the file you want to remove the  password  from.
  49. When  you  are prompted for the password, type it and then  press  the
  50. ENTER key.
  51.  
  52. To disable password protection for a specific directory, type the
  53. following at the command prompt
  54.  
  55.    password <dirname> /n
  56.  
  57. where <dirname> is the directory you want to remove the password from.
  58. When you are prompted for the password, type it and then press the
  59. ENTER key.
  60.  
  61. To disable password protection for the entire system, type the
  62. following at the command prompt:
  63.  
  64.    password /ng
  65.  
  66. When you are prompted for the password, type it and then press the
  67. ENTER key.
  68.  
  69. DISABLING MASTER KEY PASSWORD PROTECTION
  70. ----------------------------------------
  71.  
  72. If you installed the Master Key password security option with DR DOS,
  73. you must run DR DOS Setup again in order to disable it. For more
  74. information on this feature, see your DR DOS documentation.
  75.  
  76.  
  77. DISABLING THE DELWATCH DELETE-PROTECTION UTILITY
  78. ================================================
  79.  
  80. If you have the DELWATCH delete-protection utility installed on your
  81. computer, you must disable it and purge your deleted files before you
  82. install MS-DOS 6. To disable the DELWATCH utility:
  83.  
  84. 1. Use an ASCII text editor to open your AUTOEXEC.BAT file.
  85.  
  86. 2. Remove the command that loads DELWATCH, save the file, and then
  87.    quit the text editor.
  88.  
  89. 3. Remove any disks in your floppy disk drives, and then restart your
  90.    computer by pressing CTRL+ALT+DEL.
  91.  
  92. 4. Run the DELPURGE utility to purge your hard disk of pending delete
  93.    files.
  94.  
  95.  
  96. DISABLING THE GOTO AND ? COMMANDS
  97. =================================
  98.  
  99. If your CONFIG.SYS or AUTOEXEC.BAT file uses any conditional DR DOS
  100. commands (such as ? or GOTO), remove those commands and adjust the
  101. order of the remaining commands accordingly. For more information on
  102. the DR DOS GOTO and ? commands, see your DR DOS documentation.
  103.  
  104.  
  105. DISABLING THE CHAIN COMMAND
  106. ===========================
  107.  
  108. If your CONFIG.SYS file contains the DR DOS CHAIN command, remove it
  109. and adjust the other CONFIG.SYS commands accordingly. For more
  110. information on this command, see your DR DOS documentation.
  111.  
  112.  
  113. YOUR COMPUTER USES DR DOS DISK COMPRESSION
  114. ==========================================
  115.  
  116. DRIVE C IS NOT COMPRESSED
  117. -------------------------
  118.  
  119. If your computer uses disk compression, but drive C is not compressed,
  120. run Setup as described in the "Getting Started" chapter of the
  121. "Microsoft MS-DOS 6 User's Guide". When Setup displays the message
  122. "Your CONFIG.SYS file contains commands that are not valid MS-DOS
  123. commands," select the Modify Original Files option.
  124.  
  125. DRIVE C IS COMPRESSED
  126. ---------------------
  127.  
  128. If your computer uses disk compression, and drive C is compressed, do
  129. the following:
  130.  
  131. 1. Determine which drive is your original uncompressed drive. For more
  132.    information, see your DR-DOS documentation.
  133.  
  134. 2. Make backup copies of the CONFIG.SYS and AUTOEXEC.BAT files on
  135.    your compressed drive and the DCONFIG.SYS file on your uncompressed
  136.    drive.
  137.  
  138. 3. Combine the two configuration files. For example, if drive D is
  139.    your uncompressed drive, type the following at the command prompt:
  140.  
  141.       copy d:\dconfig.sys + c:\config.sys d:\config.sys
  142.  
  143. 4. Copy the combined CONFIG.SYS file to drive C. For example, if drive
  144.    D is your uncompressed drive, type the following at the command
  145.    prompt:
  146.  
  147.       copy d:\config.sys c:\config.sys
  148.  
  149. 5. Copy your AUTOEXEC.BAT file to your uncompressed drive. For
  150.    example, if drive D is your uncompressed drive, type the following
  151.    at the command prompt:
  152.  
  153.       copy c:\autoexec.bat d:\autoexec.bat
  154.  
  155. 6. Run Setup.
  156.  
  157. 7. When Setup displays the message "Your CONFIG.SYS file contains
  158.    commands that are not valid MS-DOS commands," select the Modify
  159.    Original Files option.
  160.  
  161.    When Setup displays the message "Because you are currently using
  162.    the DR DOS operating system," choose Continue.
  163.  
  164. 8. After Setup is complete, MS-DOS displays an "Unrecognized command"
  165.    message on your screen for each command in your AUTOEXEC.BAT and
  166.    CONFIG.SYS files that is not a valid MS-DOS command. Remove these
  167.    commands from your CONFIG.SYS and AUTOEXEC.BAT files.
  168.  
  169. 9. Add the following command to the beginning of your CONFIG.SYS file,
  170.    and then restart your computer:
  171.  
  172.       device=c:\dos\himem.sys
  173.  
  174. SETUP DISPLAYS THE MESSAGE "YOUR COMPUTER USES A DISK-COMPRESSION
  175. PROGRAM AND DOES NOT HAVE ENOUGH FREE DISK SPACE TO SET UP MS-DOS"
  176. ------------------------------------------------------------------
  177.  
  178. If Setup displays the message "Your computer uses a disk-compression
  179. program and does not have enough free disk space to set up MS-DOS,"
  180. you must convert your DR DOS 6 SuperStor compressed drive to an MS-DOS
  181. 6 DoubleSpace drive using the procedure below. This is necessary
  182. because the DR DOS 6 SuperStor program does not provide the
  183. functionality for increasing the size of your uncompressed host drive.
  184.  
  185. 1. Using the DR DOS BACKUP command, back up your program and data
  186.    files. For more information on using the BACKUP command, refer to
  187.    your DR DOS documentation.
  188.  
  189. 2. Insert the MS-DOS 6 Setup Disk 1 in drive A or B and use the SETUP
  190.    command with the /F switch. For example, if you inserted Setup Disk
  191.    1 in drive A, type the following at the MS-DOS command prompt and
  192.    then press ENTER:
  193.           
  194.       a:setup /f
  195.                 
  196.     Important: After you type the above command and Setup prompts you
  197.     to insert a disk to create the startup floppy disk, you must
  198.     create that disk in drive A. Also, be sure that you choose to
  199.     install on drive A.
  200.           
  201. 3. Make sure that the startup disk you created in step 2 is in drive
  202.    A, and then restart your computer by pressing CTRL+ALT+DEL.
  203.  
  204. 4. Use the MS-DOS FORMAT command to reformat all your drives. When you
  205.    format drive C, be sure to use the /S parameter to make the disk
  206.    bootable. To do this, type the following command at the MS-DOS
  207.    command prompt and then press ENTER:
  208.           
  209.       format c: /s
  210.           
  211. 5. Use the MS-DOS 6 RESTORE command, which is located on the startup
  212.    disk you created in step 2, to restore your program and data files.
  213.    For example, to restore your files from drive A to drive C, type
  214.    the following command at the MS-DOS command prompt and then press
  215.    ENTER:
  216.           
  217.       restore a: c:\*.* /s
  218.           
  219.     Important: Do not restart your computer before proceeding to step
  220.     6.
  221.           
  222.     NOTE: If some of your files cannot be restored to your hard disk
  223.     because you don't have enough disk space, you need to install the
  224.     MS-DOS 6 Upgrade, run DoubleSpace to compress your hard disk, and
  225.     then restore your files. After you finish restoring your files,
  226.     continue with step 6.
  227.           
  228. 6. To remove your DR DOS files, install the MS-DOS 6 Upgrade again. To
  229.    do this, insert the MS-DOS 6 Setup Disk 1 in drive A, type SETUP,
  230.    and follow the instructions on your screen.
  231.  
  232.  
  233.  
  234.