home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / spacedsk.zip / DSPACE40.DOC < prev    next >
Text File  |  1993-01-25  |  8KB  |  203 lines

  1.  
  2.                           DSPACE40.ZIP
  3.  
  4. Zipped with PKZIP 2.04c
  5.  
  6. Package date: January 25th, 1993
  7.  
  8.      Note: this package contains the following files:
  9.  
  10.                      DSPACE.COM version 4.0
  11.                      SMEM.COM   version 5.0
  12.                      ATTS.COM
  13.                      CHARS.COM
  14.                      DSPACE40.DOC
  15.  
  16. SMEM   
  17.  
  18. Purpose:  gives normal and extended RAM installed and RAM currently free, 
  19.           and gives total bytes available and bytes free on specified drive.
  20.  
  21. Usage:    smem [drive] [/n]
  22.  
  23.  
  24. Examples:
  25.  
  26.           smem  - gives total and available capacity of current drive,
  27.                  and installed and available conventional RAM, plus
  28.                  installed extended memory (if any) and memory configured
  29.                  as XMS (if any) and EMS (expanded, if any). IT IS POSSIBLE
  30.                  THAT THE XMS AND EMS ROUTINES MAY CAUSE SMEM TO HANG. IF
  31.                  THIS IS THE CASE USE DEBUG AND SET SMEM TO OMIT XMS/EMS
  32.                  ROUTINES (SEE CUSTOMIZATION INFORMATION).
  33.  
  34.           smem a    - as above, but reports on drive A
  35.  
  36. Customizing: you can change the default color and the characters used for
  37.              the "gas gauge"  display of drive space using debug. Use the
  38.              ATTS  program to show available colors for your display
  39.              and their hexadecimal codes, and the CHARS program for showing
  40.              similar information on the character set. 
  41.              
  42.              You can also switch off the XMS/EMS information by using DEBUG.
  43.  
  44.          debug smem.com
  45.          e 6ca2 zz    [zz is hexadecimal code for colour]
  46.          e 6ca4 zz    [zz 00 - XMS/EMS info. on      01 - XMS/EMS off]    
  47.          e 6ca6 zz    [zz is hexadecimal code for "gas used" character]
  48.          e 6ca8 zz    [zz is hexadecimal code for "tank free" character]
  49.          w
  50.          q
  51.  
  52.  
  53.  
  54. *****************************************************************************
  55.  
  56.  
  57.  
  58.  
  59. DSPACE  : reports on installed hard disk capacity and disk
  60.           space available.  Shows information on up to 11
  61.           drives on one screen if you are using a standard 25 line
  62.           screen display, more if you use a screen with a greater
  63.           number of lines.
  64.  
  65. Usage:  dspace [param1] [param2] [param3] ......
  66.  
  67.         where paramx has the following form:
  68.  
  69.         omitted - show all drives starting with c (and ending after 11
  70.                   if more than that)
  71.  
  72.         c - show drive c only
  73.  
  74.         c d e  -  show drives c, d and e
  75.   
  76.         c-g    -  show drives c to g
  77.  
  78.         +d     -  show all drives starting at d (until 11 have been shown)
  79.  
  80.         -f     -  omit drive  f
  81.  
  82. Examples:
  83.  
  84.         dspace         : lists all available drives starting at c
  85.                          until the limit of 11 per screen is reached
  86.  
  87.         dspace +e      : lists all available drives starting at e
  88.                          until the limit of 11 per screen is reached
  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.         NOTE: the parameters are evaluated left to right; it is possible
  97.               to overwrite some parameters.  For example, dspace e-h -f c-g
  98.               would list all drives between c and g
  99.  
  100.  
  101. Customizing: you can change the default colours using debug. Use the
  102.              ATTS  program to show available colours for your display
  103.              and their hexadecimal codes.
  104.  
  105.              You can also change the default ASCII characters used for
  106.              showing "space used" and "space left" on the gas gauge. Use
  107.              the program CHARS to select characters you wish to use,
  108.              and make a note of their hexadecimal code (e.g. character ÷
  109.              is hexadecimal code f6;  character ≈ is hexadecimal f7.
  110.  
  111.          debug dspace.com
  112.          e 6df4 ww    [ww is text colour]
  113.          e 6df6 xx    [xx is "space used"  colour on meter display]
  114.          e 6df8 yy    [yy is "space left"  colour on meter display]
  115.          e 6dfa zz    [zz is "Totals" colour]
  116.          e 6dfc aa    [aa is gas gauge "full" character (hexadecimal)
  117.          e 6dfe bb    [aa is gas gauge "empty" character (hexadecimal)
  118.          w
  119.          q
  120.  
  121.  
  122.                              *** IMPORTANT ***
  123.  
  124. The author makes no warranty that the software in this package
  125. will work with your particular hardware configuration.  You use the
  126. programs entirely at your own risk, and the author will not be held
  127. liable for any damage caused to your hardware or software through
  128. use of this software.
  129.  
  130. Legalities aside, you should not run into difficulties with this
  131. software.
  132.  
  133. These programs are distributed as shareware.
  134.  
  135. You do not have to register as a user, nor are you under any
  136. obligation to pay for the use of the programs.  However, in the
  137. spirit of shareware, you are requested to consider making a small
  138. donation to the author if you find the software in this package useful.
  139. The suggested contribution is $7, but less (or more!) would be fine.
  140. Should you decide to make a contribution, please remit to:
  141.  
  142.                    Malcolm Drury
  143.                    11 Adele Crescent
  144.                    Nepean
  145.                    ON  K2J 2T7
  146.                    Canada
  147.  
  148. Bank notes would be fine!  Thank you. Please let me know from which BBS you
  149. obtained the software.
  150.  
  151. Please note that at the level of contribution requested, I cannot provide
  152. automatic upgrades or technical support by telephone. I will try to answer
  153. written questions (try leaving a message on the BBS from which you obtained
  154. this version, or to my CIS ID - 70574,3457, or to my INTERNET e-mail address -
  155. drury@gsc.emr.ca).  Future upgrades should be available on the BBS from which
  156. you obtained this version. IF YOU HAVE PAID FOR AN EARLIER VERSION - THANKS,
  157. AND YOU ARE NOT EXPECTED TO PAY AGAIN!
  158.  
  159. The software is supplied on an "as is" basis, and is fully functional - not
  160. crippled in any way.  Furthermore, you will never be prompted with "Have you
  161. paid me yet?" notices. I would appreciate receiving your feedback, comments,
  162. bug reports etc.  For the latter, please give me as much detail as you can -
  163. system, RAM, monitor type etc.
  164.  
  165. You are free to distribute this software package provided that you
  166. distribute the ENTIRE package, including this documentation file.
  167.  
  168. I hope you find this package useful.
  169.  
  170. 1 October 1992
  171.  
  172.  
  173. ***************************************************************************
  174.  
  175.             Look for the following shareware on this BBS
  176.  
  177. VGAPAL.ZIP - customize up to 4 VGA text color palettes, choosing from more
  178.              than 2600000 colors! (And see how many you can actually discern!).
  179.              One palette can be used to create a small (2k) TSR program that
  180.              maintains your chosen scheme.  Alternatively, you can set any of
  181.              the palettes, or a grey-scale scheme, from a non-TSR if
  182.              memory is a problem.
  183.  
  184.  
  185. DDIRV73.ZIP - double-column non-scrolling directory display that
  186.               highlights new files, flags system, hidden and read-only files,
  187.               and optionally shows the "dead" space on disk associated with
  188.               each file.  Full on-scren sort/re-sort.  You can scroll up and
  189.               down in the file list.
  190.  
  191. ADR50.ZIP - address and telephone number filer, and label maker.  Suitable
  192.             for personal databases or for small clubs etc.  Ideal for finding
  193.             telephone numbers quickly.
  194.  
  195. VIEW71.ZIP - file viewer for WordPerfect 5.0 and above, ASCII and Word (DOS
  196.              and Windows 1/2); includes text search, printing full or partial
  197.              file, etc.
  198.  
  199. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE!
  200.  
  201. CIS 70574,3457
  202. INTERNET drury@gsc.emr.ca
  203.