home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q91728 < prev    next >
Text File  |  1993-06-05  |  4KB  |  130 lines

  1.  
  2. ARTICLE-ID:Q91728
  3. TITLE     :MS-DOS 6 DoubleSpace Files and Functions                      
  4.  
  5. ----------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. ----------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. This article contains a list of DoubleSpace files and their functions.
  14.  
  15. Filename         Function
  16. ----------------------------------------------------------------------
  17.  
  18. DBLSPACE.BIN     Main DoubleSpace Component
  19. DBLSPACE.EXE     For creation or modification of a DoubleSpace drive
  20. DBLSPACE.HLP     DoubleSpace on-line help file
  21. DBLSPACE.INF     DoubleSpace Setup information file
  22. DBLSPACE.INI     DoubleSpace information file
  23. DBLSPACE.WIN     Used to keep track of Windows during
  24.                  DoubleSpace installation
  25. DBLSPACE.SYS     Allows MS-DOS to load DoubleSpace device driver high
  26. DBLSPACE.00x     Actual DoubleSpace drive stored as a file
  27.  
  28. More Information:
  29.  
  30. For definitions of terms used in this article, please see the
  31. DoubleSpace Help.
  32.  
  33. DBLSPACE.BIN
  34. ------------
  35.  
  36. MS-DOS uses the DBLSPACE.BIN component to mount the compressed volume
  37. file so you can access the files on your compressed drive. This file
  38. loads automatically if it is in the root directory of the startup disk
  39. (no device= line is needed). If you want to load DBLSPACE.BIN into
  40. upper memory, see the DBLSPACE.SYS section of this article.
  41.  
  42. DBLSPACE.EXE
  43. ------------
  44.  
  45. This file allows you to mount, create or modify DoubleSpace drives.
  46. DoubleSpace accepts the following parameters:
  47.  
  48. DBLSPACE /CHKDSK [/F] [drive:]
  49. DBLSPACE /COMPRESS drive: [/F] [/NEWDRIVE=drive2:] [/RESERVE=size]
  50. DBLSPACE /CREATE drive: [/NEWDRIVE=drive2:] [/SIZE=size | /RESERVE=size]
  51. DBLSPACE /DEFRAGMENT [/F] [drive:]
  52. DBLSPACE /DELETE drive:
  53. DBLSPACE /FORMAT drive:
  54. DBLSPACE [/INFO] drive:
  55. DBLSPACE /LISTDBLSPACE /MOUNT[=sss] [drive:] [/NEWDRIVE=drive2:]
  56. DBLSPACE /RATIO[=r.r] [drive: | /ALL]
  57. DBLSPACE /SIZE[=size | /RESERVE=size] [drive:]
  58. DBLSPACE /UNMOUNT [drive:]
  59.  
  60. For more information about DoubleSpace command-line options, type HELP
  61. DBLSPACE or HELP DBLSPACE /switchname (where /switchname is the name
  62. of the switch about which you want more information) at the command
  63. prompt.
  64.  
  65. DBLSPACE.HLP
  66. ------------
  67.  
  68. This file contains help on DoubleSpace. To access this file, run
  69. DoubleSpace and choose Contents or Index from the Help menu.
  70.  
  71. DBLSPACE.INF
  72. ------------
  73.  
  74. The DoubleSpace Setup information file is helpful when creating a new
  75. DoubleSpace drive, but it is not required.
  76.  
  77. Commands under the [SpecialFiles] section indicate actions to be taken
  78. for specific files; the possible actions are COPY=, IGNORE= and MOVE=.
  79. Without a path, any file of that name will match; wild cards (?, *)
  80. are acceptable.
  81.  
  82. Programs under the [CopyFiles] section are optional utilities that
  83. will be left on the original boot drive if there is enough room..
  84.  
  85. Programs under the [dangerous] section will be remarked out using the
  86. REM command from CONFIG.SYS file during DoubleSpace Setup but will not
  87. be remarked after Setup has completed.
  88.  
  89. Programs under the [prior] section will have DEVICEHIGH=DBLSPACE.SYS
  90. placed ABOVE them in the CONFIG.SYS file.
  91.  
  92. DBLSPACE.INI
  93. ------------
  94.  
  95. This file is used by DoubleSpace to mount the compressed volume and
  96. swap drive letters. The file contains the following settings:
  97.  
  98.    MaxRemovableDrives=
  99.    FirstDrive=
  100.    LastDrive=
  101.    MaxFileFragments=
  102.    ActivateDrive=
  103.  
  104. DBLSPACE.WIN
  105. ------------
  106.  
  107. This is a temporary file that DBLSPACE.BIN generates to keep track of
  108. windows information when a drive is compressed. It should
  109. automatically be deleted after DBLSPACE.BIN completes the compression
  110. of the existing drive.
  111.  
  112. DBLSPACE.SYS
  113. ------------
  114.  
  115. The DBLSPACE.SYS device driver does not provide access to the
  116. compressed drives; it simply makes it possible for DBLSPACE.BIN to be
  117. loaded high. If you do not plan to move DBLSPACE.BIN into upper
  118. memory, you can safely remove the DEVICE=C:\DOS\DBLSPACE.SYS line from
  119. your CONFIG.SYS file.
  120.  
  121. DBLSPACE.00x
  122. ------------
  123.  
  124. A compressed drive is not a real disk drive, although it appears that
  125. way to most programs. Instead, a compressed drive exists on your disk
  126. as a hidden file called a compressed volume file (CVF). DBLSPACE.00x
  127. is the compressed volume file.
  128.  
  129. Additional reference words: 6.00
  130.