home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / diagutil / dspace62.zip / SD62.DOC < prev    next >
Text File  |  1993-09-18  |  11KB  |  253 lines

  1.   
  2.                                                    
  3.                                       SMEM       ▌
  4.                                      DSPACE      ▌
  5.                                    Version 6.2   ▌
  6.                                                  ▌
  7.                                  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▌
  8.  
  9.        
  10.                         Copyright (c) 1993 Malcolm Drury
  11.  
  12.                            (zipped with PKZIP 2.04g)
  13.  
  14.                   +++++++++++ IMPORTANT NOTE  ++++++++++++
  15.  
  16. Because some BBS systems reject uploads of files with names the same as
  17. those already on the board (even though the size and date may be different),
  18. these programs are shipped in this package as DSPACE62 and SMEM62.  It is
  19. recommended that immediately after unzipping, you rename smem62.exe
  20. to smem.exe and dspace62.com to dspace.com.
  21.  
  22.                      
  23.  
  24.  
  25.  
  26.      Note: this package contains the following files:
  27.  
  28.                      DSPACE62.COM   version 6.2
  29.                      SMEM62.EXE     version 6.2
  30.                      SD62CFG.COM    configuration program
  31.                      SD62.DOC       this file (documentation)
  32.                      DISTRIB.DOC    information for vendors
  33.                      FILE_ID.DIZ    
  34.  
  35. *****************************************************************************
  36.  
  37.  
  38. DSPACE:   reports on installed hard disk capacity and disk
  39.           space available.  Shows information on up to 10
  40.           drives on one screen if you are using a standard 25 line
  41.           screen display (more if you use a screen with a greater
  42.           number of lines) in double spacing mode; shows all drives
  43.           if in single spacing mode.  Also indicates type of drive -
  44.           local, remote, RAM or "special" (e.g. Stacker drive), indicating
  45.           each in a different color.
  46.  
  47.           If you are not connected to a network you should be able
  48.           to show all logged drives using double spacing mode, which
  49.           gives a clearer display.  This mode is the default in the
  50.           shipped version of DSPACE 6.1.  If you have more than 10
  51.           logged drives, they will not all be shown on standard 25
  52.           line screens.  You can select single line mode via a command
  53.           line option (see below).  You can also customize DSPACE
  54.           so that single line mode is the default.
  55.  
  56.  
  57. Usage:  dspace [param1] [param2] [param3] ......
  58.  
  59.         where paramx has the following form:
  60.  
  61.         omitted - show all drives starting with c (and ending after 11
  62.                   if more than that)
  63.  
  64.         c - show drive c only
  65.  
  66.         c d e  -  show drives c, d and e
  67.   
  68.         c-g    -  show drives c to g
  69.  
  70.         +d     -  show all drives starting at d (until 10 have been shown
  71.                   if in double spacing mode)
  72.  
  73.         *n     -  select line spacing - n = 1 for single, 2 for double.
  74.                   NOTE: if you use this switch and you wish to exclude a
  75.                         particular drive or drives you MUST also use one
  76.                         of the "include drive" parameters
  77.  
  78.         -f     -  omit drive  f
  79.  
  80. Examples:
  81.  
  82.         dspace         : lists all available drives starting at c
  83.                          until the limit of 11 per screen is reached
  84.  
  85.         dspace +e      : lists all available drives starting at e
  86.                          until the limit of 10 per screen is reached
  87.                          in double space mode, or all drives if in
  88.                          single space mode
  89.  
  90.         dspace e-h     : lists all available drives starting at e
  91.                          and ending at h
  92.  
  93.         dspace e-h -f  : lists all available drives starting at e
  94.                          and ending at h, but omits drive f
  95.  
  96.         dspace *1 -g   : will not work - see NOTE above.  Correct usage
  97.                          would be dspace *1 +c -g
  98.  
  99.  
  100.         NOTE: the parameters are evaluated left to right; it is possible
  101.               to overwrite some parameters.  For example, dspace e-h -f c-g
  102.               would list all drives between c and g
  103.  
  104.  
  105. Customizing: you can change the default DSPACE parameters by running
  106.              SD62FG.COM.  Parameters that can be changed are display
  107.              colors, "gas gauge" characters, default line spacing and
  108.              video display speed.  Running SD62CFG creates an executable
  109.              file DSPACEN.COM.
  110.  
  111.             
  112. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  113.  
  114. SMEM   
  115.  
  116. IMPORTANT: SMEM is now an EXE file. If you are upgrading from an earlier
  117.            version, be sure to delete smem.com.  
  118.  
  119.  
  120. Purpose:  gives normal and extended RAM installed and RAM currently free, 
  121.           and gives total bytes available and bytes free on specified drive.
  122.           If extended memory is present SMEM reports how much is configured
  123.           according to the XMS specifications and how much (if any) is 
  124.           left unconfigured.
  125.  
  126. Usage:    smem [drive] [/n]
  127.  
  128.           where the /n switch is used to prevent SMEM from examining
  129.           extended and expanded memory. (On some systems this could
  130.           cause system freeze, although this is unlikely). To use the
  131.           /n switch you MUST first specify a drive.
  132.  
  133.  
  134. Examples:
  135.  
  136.           smem  - gives total and available capacity of current drive,
  137.                  and installed and available conventional RAM, plus
  138.                  installed extended memory (if any) and memory configured
  139.                  as XMS (if any) and EMS (expanded, if any).
  140.           smem a    - as above, but reports on drive A
  141.  
  142.           smem a /n - as above, but omits information on extended memory
  143.  
  144. Customizing: SMEM's display color can be customized by running the program
  145.              SD62CFG.COM. 
  146.  
  147.  
  148.  
  149.                              *** IMPORTANT ***
  150.  
  151. The author makes no warranty that the software in this package
  152. will work with your particular hardware configuration.  You use the
  153. programs entirely at your own risk, and the author will not be held
  154. liable for any damage caused to your hardware or software through
  155. use of this software.
  156.  
  157. Legalities aside, you should not run into difficulties with this
  158. software.
  159.  
  160.  
  161.                           **** SHAREWARE ****
  162.  
  163.  
  164. These programs are distributed as shareware, AND ARE NOT CRIPPLED!!.
  165. (Editorial note: I don't support "crippleware" - I want to know
  166. EXACTLY what I'm expected to pay for! Crippleware is, in my opinion,
  167. like test driving a Mercedes that's been fitted with a two-stroke engine!
  168. There, that's said - but each to his own.)
  169.  
  170. You do not have to register as a user, nor are you under any
  171. obligation to buy the program(s).  However, they are not free, and in
  172. the spirit of shareware, you are requested to make a small
  173. donation to the author if you find the software in this package useful,
  174. and if you continue to use it after an evaluation period of 30 days. This
  175. would both fulfill your moral obligation and help ensure the viability of
  176. the shareware concept, from which we all benefit.
  177.  
  178. The suggested contribution is $15 but less (or more!) would be fine. Pay what
  179. you think the software is worth to you. If you pay the recommended amount plus
  180. add $4 for shipping and handling, I will send you a 5 1/4" diskette with the
  181. latest version plus a selection of other shareware for you to evaluate.
  182. Alternatively, send a blank diskette of your preferred size (5 1/4" 360kb or
  183. 1.2Mb, or 3 1/2" 720kb or 1.4 Mb) plus $3 s&h.
  184.  
  185. Should you decide to make a contribution, please remit to:
  186.  
  187.                    Malcolm Drury
  188.                    11 Adele Crescent
  189.                    Nepean
  190.                    ON  K2J 2T7
  191.                    Canada
  192.  
  193. Internet drury@gsc.emr.ca
  194. Compuserve 70574,3457
  195.  
  196. Bank notes would be fine!  Thank you. Please tell me where you
  197. got the software from (this helps me in knowing where to post updates), and,
  198. most importantly, which version it is.
  199.  
  200.  
  201. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  202. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN. YOUR INPUT, COMMENTS
  203. ETC. ARE ALWAYS WELCOME.
  204.  
  205. Please note that at the low contribution requested, I cannot provide direct
  206. technical support, nor automatically send upgrades, should they
  207. become available. If you have comments, questions, bug reports etc., please
  208. leave a message at my Compuserve or INTERNET address, or write to me via
  209. snail mail. I will endeavor to fix any problems you might encounter.
  210.  
  211. The software is supplied on an "as is" basis. You are free to distribute
  212. this software package provided that you distribute the ENTIRE package,
  213. including this documentation file. (This is necessary for others to be able
  214. to use it properly.  I've downloaded too many shareware packages that had
  215. been posted without accompanying documentation!).
  216.  
  217. I hope you find this package useful.
  218.  
  219.  
  220. ***************************************************************************
  221.  
  222.             Look for the following shareware on CIS/Ziffnet ZNT:TIPS or on
  223.             your favorite BBS:
  224.  
  225.  
  226. VGAPAL40.ZIP - customize up to 4 VGA text color palettes, choosing from more
  227.              than 2600000 colors! (And see how many you can actually discern!).
  228.              One palette can be used to create a small (2k) TSR program that
  229.              maintains your chosen scheme.  Alternatively, you can set any of
  230.              the palettes, or a grey-scale scheme, from a non-TSR if
  231.              memory is a problem. On ZNT:TIPS as vgacus.zip; BBS search
  232.              vgapal??.zip
  233.  
  234.  
  235. DDIR93.ZIP - double-column non-scrolling directory display that
  236.              highlights new files, flags system, hidden and read-only files,
  237.              and optionally shows the "dead" space on disk associated with
  238.              each file.  Full on-screen sort/re-sort.  You can scroll up and
  239.              down in the file list. Delete files, change directories.
  240.              Interface to VIEW and LIST and user-defined function (e.g. for
  241.              2COL or JETCOL by Tony Caine). On ZNT:TIPS as dirdpy.zip; BBS
  242.              search ddir???.zip
  243.  
  244. VIEW852.ZIP - file viewer for WordPerfect 5.0 and above, ASCII and Word (DOS
  245.              and Windows 1/2), and Win WRITE. Includes text search, printing
  246.              full or partial file, etc., and link to user-defined function.
  247.              On ZNT:TIPS as vwfile.zip; BBS search view???.zip
  248.  
  249. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE!
  250.  
  251. CIS 70574,3457
  252. INTERNET drury@gsc.emr.ca
  253.