home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils1 / dos6tips.arj / REMOV.DOC < prev    next >
Text File  |  1993-08-05  |  8KB  |  170 lines

  1.           
  2.                            REMOVING DOUBLESPACE
  3.           
  4.           Suppose you decide that you don't like DoubleSpace and you want
  5.           to remove it from your C drive.  If you want to get rid of
  6.           DoubleSpace, it is IMPORTANT that you read the README.TXT
  7.           file in the C:\DOS directory.  If you are not familiar with
  8.           your computer, you had better leave this task to an experienced
  9.           person.  There is no easy way to remove DoubleSpace; however,
  10.           here is one way:
  11.           
  12.           1.   Format a diskette with the system on it that can be used in
  13.                your A drive (format a: /s <ENTER>).  The B drive will
  14.                not do.  This makes a useful bootable floppy diskette.
  15.                Label the disk and keep it in a safe place.  You will need
  16.                this disk for step 9 below.  Also, you will need your DOS
  17.                diskettes for step 10.
  18.           
  19.           2.   Use the DOS EDIT program to delete the line in the
  20.                CONFIG.SYS file that loads DBLSPACE.SYS.
  21.           
  22.           3.   Use a backup program with which you are very familiar to
  23.                back up everything on your C drive, because soon all the
  24.                data on your C drive will be destroyed.  If you use
  25.                MSBACKUP, save the settings as a backup setup file
  26.                (see page 247 in LEARNING DOS FOR THE COMPLETE NOVICE,
  27.                2nd Edition).
  28.           
  29.           4.   Type the following command:
  30.                
  31.                               dblspace /info <ENTER>
  32.           
  33.                This will reveal which drive is the uncompressed host
  34.                drive.  For example, drive H might be the uncompressed
  35.                host drive for the DoubleSpaced drive C.  It depends on
  36.                your hardware.
  37.           
  38.           5.   Change to the uncompressed host drive and type:
  39.           
  40.                               dir /a <ENTER>
  41.           
  42.           6.   The above command tells DOS to show all the files in the
  43.                current directory including hidden files.  This should show
  44.                the following files on this uncompressed drive: IO.SYS,
  45.                MSDOS.SYS, DBLSPACE.BIN, DBLSPACE.INI, and
  46.                DBLSPACE.000.
  47.           
  48.           7.   To turn them into regular files, type:
  49.           
  50.                              attrib -s -h -r *.* <ENTER>
  51.           
  52.           8.   To delete them all, type:
  53.                
  54.                               del *.* <ENTER>
  55.           
  56.           9.   Place the bootable floppy disk you made in step 1 in drive
  57.                A and reboot your computer.  
  58.           
  59.           10.  Get out your DOS disks and reinstall DOS.
  60.           
  61.           11.  Get out your backup diskettes that you made in step 3 and
  62.                restore your backups to the C drive.  You may not be able
  63.                to restore all your backup files because the C drive is now
  64.                not compressed.  Take a break, you deserve it.  
  65.  
  66.  
  67.      For more on DOS 6, buy LEARNING DOS FOR THE COMPLETE NOVICE, 2nd
  68.      Edition which includes:
  69.                                                               page
  70.            New DOS 6 Commands . . . . . . . . . . . . . . . . .190
  71.            
  72.            The DOS 6 HELP . . . . . . . . . . . . . . . . . . .192
  73.                Printing HELP Information. . . . . . . . . . . .193
  74.                Help with Other Commands . . . . . . . . . . . .194
  75.                Getting Out of Help. . . . . . . . . . . . . . .194
  76.         
  77.            Defragmentation. . . . . . . . . . . . . . . . . . .195
  78.            
  79.            DELTREE--The Ultimate Wipe-Out . . . . . . . . . . .197
  80.                Tips . . . . . . . . . . . . . . . . . . . . . .198
  81.            
  82.            The MOVE Command . . . . . . . . . . . . . . . . . .199
  83.            
  84.            The Microsoft Diagnostic Utility (MSD) . . . . . . .200
  85.                Tips . . . . . . . . . . . . . . . . . . . . . .201
  86.         
  87.            Undeleting Files with DOS 6. . . . . . . . . . . . .202
  88.                Installing Delete Tracker. . . . . . . . . . . .203
  89.                Installing Delete Sentry . . . . . . . . . . . .204
  90.         
  91.            DOS 6 and the AUTOEXEC.BAT File. . . . . . . . . . .205
  92.                Tips . . . . . . . . . . . . . . . . . . . . . .208
  93.         
  94.            The DOS 6 CONFIG.SYS File. . . . . . . . . . . . . .209
  95.                Tips . . . . . . . . . . . . . . . . . . . . . .211
  96.         
  97.            The DOS 6 "Clean Boot" . . . . . . . . . . . . . . .213
  98.         
  99.            The DOS 6 "Interactive Boot" . . . . . . . . . . . .214
  100.         
  101.            MEMMAKER to Optimize Memory. . . . . . . . . . . . .215
  102.                MEMMAKER--the Express Setup. . . . . . . . . . .216
  103.                Undoing MEMMAKER's Changes . . . . . . . . . . .219
  104.         
  105.            DoubleSpace. . . . . . . . . . . . . . . . . . . . .220
  106.                DoubleSpace Cautions:  . . . . . . . . . . . . .220
  107.                Running DoubleSpace Express Setup. . . . . . . .222
  108.                Tips . . . . . . . . . . . . . . . . . . . . . .224
  109.                Defragmenting a DoubleSpaced Drive . . . . . . .225
  110.                Using DoubleSpace on Floppy Disks. . . . . . . .226
  111.                    Compressing a Floppy Disk. . . . . . . . . .227
  112.                    Mounting a Floppy Disk . . . . . . . . . . .228
  113.                    Unmounting a Floppy Disk . . . . . . . . . .228
  114.                    Deleting a Compressed Drive. . . . . . . . .229
  115.                    Tips . . . . . . . . . . . . . . . . . . . .229
  116.                Formatting a Compressed Drive. . . . . . . . . .230
  117.                Removing DoubleSpace . . . . . . . . . . . . . .230
  118.            
  119.            Virus Protection . . . . . . . . . . . . . . . . . .232
  120.                Before You Use the Anti-Virus Programs . . . . .232
  121.                Using the Anti-Virus Programs. . . . . . . . . .233
  122.                VSAFE for Memory-Resident Virus Protection . . .234
  123.                Tips . . . . . . . . . . . . . . . . . . . . . .235
  124.         
  125.            Backing Up with DOS 6 MSBACKUP . . . . . . . . . . .236
  126.                Getting Help . . . . . . . . . . . . . . . . . .237
  127.                Running the MSBACKUP Compatibility Test. . . . .237
  128.                The Different Backup Types . . . . . . . . . . .240
  129.                    Selecting a Backup Type. . . . . . . . . . .241
  130.                Help with Backup Options . . . . . . . . . . . .241
  131.                Performing a Full Backup . . . . . . . . . . . .243
  132.                Including or Excluding Files to Back Up. . . . .245
  133.                Saving Your Backup Setups. . . . . . . . . . . .247
  134.                Selecting Saved Backup Setup Files . . . . . . .248
  135.                Developing A Backup Strategy . . . . . . . . . .249
  136.                Backup Catalog Files . . . . . . . . . . . . . .250
  137.                Restoring a Backup . . . . . . . . . . . . . . .251
  138.                Tips . . . . . . . . . . . . . . . . . . . . . .252
  139.         
  140.            Conserving Power on Laptops. . . . . . . . . . . . .253
  141.  
  142.  
  143.      To see more details of what is included in LEARNING DOS FOR THE COMPLETE
  144.      NOVICE, see the Table of Contents at the main menu.
  145.  
  146.  
  147.  
  148.      This section is finished.  It is an excerpt from LEARNING DOS FOR
  149.      THE COMPLETE NOVICE, by Steven Woas, copyright 1993.  When you register
  150.      this program, you will receive the 336 page book, LEARNING DOS FOR THE
  151.      COMPLETE NOVICE which covers DOS 3.2 through DOS 6.  To register send
  152.      $15.95 plus $2.00 for shipping to:
  153.      
  154.      
  155.                     Celestial Press
  156.                     4424 Dohrcrest Dr.
  157.                     Suite C
  158.                     New Port Richey, FL 34652
  159.                     
  160.                     Phone (813) 845-8522
  161.                     US customers can order toll-free 1-800-330-3311
  162.                     Fax (813) 845-8522
  163.      
  164.                     We accept Visa & MasterCard
  165.     
  166.      Florida orders add 6% sales tax.
  167.     
  168.  
  169.           
  170.