home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / TSS20.ZIP / TSS20.DOC < prev    next >
Encoding:
Text File  |  1988-05-14  |  5.4 KB  |  153 lines

  1. Total System Statistics (TSS) v2.0
  2.  
  3. COPYRIGHT Dan Moore, 1988
  4. First Release, February 1988
  5. Second Release, March 1988
  6. Third Release, March 1988
  7.  
  8. DISTRIBUTION / LICENSING
  9.  
  10. This program may be used, copied and distributed freely for
  11. personal purposes.
  12.  
  13. If used for commercial or business purposes (ie, computer
  14. manufacturing, consulting, repair or sales organizations,
  15. in-house PC support department etc...), a licensing fee of $5
  16. per business location should be considered. A site license to
  17. this program may be acquired for $50, which covers all sites of
  18. the contributing company. TSS is not a source of personal
  19. income; all contributions received will be used toward the
  20. support of other shareware and the bulletin board systems which
  21. make the public distribution of this type of software possible.
  22.  
  23.  
  24. DISCLAIMER
  25.  
  26. I am not a lawyer, and I guess I could be sued by people who
  27. think that white text on blue background is tasteless, immoral,
  28. or against their religious convictions. I assume no
  29. responsibility whatsoever for any damages arising from the use
  30. of TSS. My only defense is that the program works on my
  31. computers and I use it myself. If the disk output option is
  32. selected, TSS will create a 2Kbyte file on the machine's default
  33. drive/directory. In all other respects, TSS does not modify the
  34. hardware or software environments in which it operates. So there.
  35.  
  36.  
  37. PURPOSE
  38.  
  39. This program produce a simple but comprehensive set of
  40. statistics of the PC/XT/AT or compatible computer on which it is
  41. run, including:
  42.  
  43. Date, Time, DOS Release Level, System Type, Processor Type,
  44. Coprocessor type, Memory size, Extended Memory Size, Expanded
  45. Memory Size, Free Expanded Memory, Expanded Memory Driver (LIM)
  46. Release Level, Display Adapter Type, EGA Mode and Memory Size,
  47. number of Parallel, Serial, and Game Adapters, Mouse/Number of
  48. Buttons, Current Drive Address, Cluster Size, Total Space, Free
  49. space, percent free space, as well as addresses, total space,
  50. free space and percent free space for up to 10 other fixed drives
  51. in the system.
  52.  
  53. To run the program, simply type TSS20 at the prompt from the
  54. directory where the program is stored (or from anywhere if
  55. the program is in your DOS path, of course). The program will
  56. display a simple copyright / welcome screen for approximately
  57. three seconds, and will then display a single screen containing
  58. the pertinent statistics. The file TSS20.SCR MUST be in the
  59. current directory for the program to operate. Pressing any key
  60. will immediately terminate the program.
  61.  
  62.  
  63. NOTE: If your computer is equipped with a mouse, expanded
  64. memory, or a RAM disk, the corresponding device drivers must be
  65. activated in order for TSS to detect their presence. 
  66.  
  67.  
  68. PRINTER AND FILE OUTPUT
  69.  
  70. Release 2.0 of TSS supports printed or disk output, at the
  71. user's discretion. To request printed output, add the letter
  72. "P" (upper or lower case) to the command line. If you require
  73. printed output on a printer other than LPT1:, you may also add a
  74. "2" or "3" on the command line to indicate the parallel port to
  75. which the output is to be sent.....for example"
  76.  
  77. TSS20 P will run TSS and copy the output to LPT1:
  78. TSS20 P2 will run TSS and copy the output to LPT2:
  79.  
  80. Using a "D" on the command line:
  81.  
  82. TSS20 D
  83.  
  84. will cause TSS to copy its output to the disk file "TSS20.DAT".
  85. The data in this file will be an exact duplicate of the TSS
  86. screen text with a CR/LF delimiter at the end of each line.
  87.  
  88. NOTE: You should not select the "P" and "D" options at the same
  89. time; if you do so the "P" option will prevail. Command line
  90. parameters may be typed in any order and in upper or lower case.
  91.  
  92.  
  93. TECHNICAL JARGON
  94.  
  95. TSS was written in Microsoft QuickBasic, release 3.0. All
  96. statistics except date, time, and percent free space are
  97. obtained via calls to ProBas routines. ProBas -- an extensive
  98. library of QB subroutines--, is a copyrighted product of
  99. Hamerly Computer Services and the successor to the popular
  100. ADVBAS shareware product by Tom Hanlin.
  101.  
  102. This program was written and tested on a 12Mhz / O wait AT
  103. clone, equipped with two 40meg HDs partitioned via SpeedStor, a
  104. 256K EGA Clone and ECD Clone, with 1024k on the motherboard
  105. (640K DOS memory + 384K Extended), parallel, serial, and game
  106. adapters, and a Microsoft Mouse. The program was also tested on
  107. a number of other machines with varying hardware/software
  108. environments to test all the program's features.
  109.  
  110. I hope you find this program useful.
  111.  
  112.  
  113. SUPPORT
  114.  
  115. There is no official support to "free" users of TSS, but
  116. suggestions for improvements are welcome. I will provide paid
  117. users with whatever mail or BBS support I can, but only to the
  118. extent that I can recreate the problem on my own machine. If
  119. TSS does not operate properly on your machine and you are a
  120. contributing user, your money will be cheerfully refunded.
  121.  
  122. I may be contacted on the following bulletin board systems:
  123.  
  124. Executive Network, Andy Keeves, Sysop
  125. Forbin Project, John Friel III, Sysop
  126. LANS BBS, Phil Stults, Sysop,
  127.  
  128.  
  129. RELEASE HISTORY
  130.  
  131. 3/24/88 Release 2.0
  132.  
  133. Corrected bug: text string too long for XT/Clone machines, would
  134. overwrite other screen data area.
  135.  
  136. Added printed output and disk file output support with P and D
  137. command line option including LPT2/3 support.
  138.  
  139.  
  140. 3/21/88 Release 1.1
  141.  
  142. Corrected bug: number of parallel and serial port values were reversed
  143.  
  144. 2/25/88
  145.  
  146. First Public Release
  147.  
  148.  
  149.  
  150. Dan Moore
  151. 1531 13th Street
  152. Columbus, IN 47201
  153.