home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / SYSCH238.ZIP / SYSCHK.DOC < prev    next >
Text File  |  1993-09-01  |  11KB  |  227 lines

  1.  
  2.                                    SYSCHK
  3.  
  4.                    System Checkout for your personal computer
  5.  
  6.                                  Version 2.38
  7.                           Released September 1, 1993
  8.  
  9.                   Copyright 1993 by Advanced Personal Systems
  10.                              All rights reserved.
  11.  
  12.  
  13.  SYSCHK is a program that provides valuable information about devices installed
  14.  in your system. The following are the items SYSCHK will search for :
  15.  
  16.         - Computer model type including manufacturer if known
  17.         - Micro Processor including the Intel Pentium(tm)
  18.         - Detection of the older 80386 that had a 32-bit multiply bug
  19.         - Math Coprocessor type
  20.         - Detection of slave 8259 Interrupt controller
  21.         - Presence of a real time clock
  22.         - Presence of a Micro Channel or EISA bus
  23.         - System BIOS including source, date and size
  24.         - A listing of all known BIOS extensions in the system, and the
  25.           size of those BIOS
  26.         - Type of keyboard attached (84 key or 101 key) and keyboard status
  27.         - Type of mouse installed, number of buttons, and interrupt used
  28.         - Number of parallel ports in system and the base addresses
  29.         - Number of serial ports in system, base addresses and parameters of
  30.           the port including IRQ.
  31.         - Type of Serial port UART chip including 16550
  32.         - Various information on a Network connection
  33.         - Hard disk size including tracks, heads, sectors and CMOS type
  34.         - Hard disk controller manufacturer
  35.         - Hard disk partition information
  36.         - Floppy disk size and parameters
  37.         - Video type, chipset, video memory, and BIOS source
  38.         - Amount of environment space used and available
  39.         - Amount of conventional memory total and available
  40.         - Amount of extended memory total and available
  41.         - Amount of expanded memory total and available, version and
  42.           location of page frame
  43.         - Amount of XMS memory
  44.         - Listing of all resident programs and the size of those programs
  45.         - Listing of all non standard device drivers installed
  46.         - Throughput speed of system, taking into account CPU speed and
  47.           wait states
  48.         - Operates under Windows in all modes (SYSCHK.ICO is included
  49.           for your use with Windows).
  50.  
  51. ------------------------------------------------------------------------------
  52. CREATING A CONFIGURATION PRINTOUT
  53. ------------------------------------------------------------------------------
  54.  
  55.    A hardcopy printout or file of your system's information is also available
  56.    as an option.  Standard Output redirection is also available for use in
  57.    batch files by simply adding "/F" as a SysChk parameter.
  58.  
  59.    For example "SYSCHK /f > MyInfo.txt" will create a file called MYINFO.TXT
  60.    or "SYSCHK /f" will display a text file to the console screen.  You may
  61.    print a configuration file from within SYSCHK or enter "SYSCHK /f > lpt1"
  62.    to redirect the file to your LPT1 printer port.
  63.  
  64.    To automatically include the video speed and hard disk speed to your
  65.    configuration file include "/T" to test those devices without any user
  66.    intervention.
  67.  
  68.    If you wish to automatically add any text to the printout, create a file
  69.    called "COMMENTS.TXT" and place it in the same directory as SYSCHK. When you
  70.    printout a configuration sheet SYSCHK will automatically add that text to
  71.    the top of the printout.
  72.  
  73. ------------------------------------------------------------------------------
  74. COMMAND LINE SWITCH SUMMARY
  75. ------------------------------------------------------------------------------
  76.  
  77.    /F - Redirects all output to Standard Output.  This allows you to
  78.         run SysChk in a batch file and create a configuration report
  79.         or output directly to a printer or the console.  For example,
  80.         to redirect to a file you would enter "SysChk /F > MyInfo.txt".
  81.  
  82.    /T - Executes the video and disk speed tests if you also entered
  83.         /F for redirection.  This allows you to include the speed
  84.         ratings in your redirected file.
  85.  
  86.    /S - Disables detection of Hard Disk controllers. On some SCSI host
  87.         adapters, controller detection can cause the SCSI bus to hang.
  88.  
  89.    /V - Disables detection of XGA video cards.
  90.  
  91.    /M - Uses monochrome colors for display.
  92.  
  93.    /R - Creates record file SYSCHK.REC that includes execution trace for
  94.         debugging purposes.
  95.  
  96.    /? - Help Screen.
  97.  
  98.  
  99. ------------------------------------------------------------------------------
  100. SUPPORT
  101. ------------------------------------------------------------------------------
  102.  
  103.    Support questions may be submitted through CompuServe ID [70323,136] or
  104.    through Prodigy FCFN67A.
  105.  
  106. ------------------------------------------------------------------------------
  107. QUESTIONS AND ANSWERS
  108. ------------------------------------------------------------------------------
  109.    1. Why doesn't SysChk always report the I/O IRQ?
  110.  
  111.       Detecting interrupt usage for the parallel and serial ports can often
  112.       cause the system to hang under certain conditions.  Therefore, under
  113.       the following conditions interrupt detection has been disabled:
  114.       Windows DOS shell, OS/2 DOS shell, Micro channel machines, and network
  115.       installations.
  116.  
  117.    2. Can I request additional features to be added to SysChk?
  118.  
  119.       If there are other features you would like to have added to SysChk please
  120.       write, E-Mail via CompuServe, or call and I will consider all requests!
  121.  
  122. ------------------------------------------------------------------------------
  123. REVISION HISTORY
  124. ------------------------------------------------------------------------------
  125.  
  126.    0.99 - Prerelease version to public domain, all items on a single page
  127.    2.00 to 2.23 - Various Beta versions released only to Beta users
  128.    2.24 - Official Shareware version first release
  129.    2.30 - Added environment memory information.
  130.           Combined Floppy and Hard drive information on one page.
  131.           Added module on Networks.
  132.           Added chipset information on VGA video cards.
  133.           Added presence detection of DOS 5 in HMA area.
  134.           Added presence of execution under Microsoft Windows.
  135.           Added detection of serial ports not originally found by BIOS.
  136.           Added option to save information to a file in addition to printer.
  137.           Added disk controller manufacturer information.
  138.           Added a few more model byte descriptions.
  139.           Fixed DOS version lower than 3.0 announcement bug.
  140.           Fixed bug with DISK module running with DR DOS 5.0.
  141.    2.31 - Added detection of OAK Technologies Video chipset
  142.    2.32 - Added detection of CPU clock speed
  143.           Added Network information to printer output
  144.           Added dectection of 8514/A
  145.           Added standard output redirection option to the parameter line.
  146.    2.33 - Fixed missing info of mouse and network in redirected output.
  147.           Added some more information on HMA and XMS.
  148.    2.34 - Fixed incorrect info on HMA area.
  149.           Shortend initialization time.
  150.           Changed speed bar to accomodate faster systems.
  151.           Added detection of Logitech and Mouse Systems mice.
  152.           Added detection of ISA or EISA bus type.
  153.           Added detection of MODEM on serial port.
  154.           Added detection of Sound Board.
  155.           Added detection of (some) SCSI Host Adapters. (Test disabled by
  156.                                                          entering Syschk /S)
  157.    2.35   Removed detection of Trident video boards (caused hangup).
  158.           Added Video Speed option.
  159.           Added detection of some S3 video chipsets.
  160.           Added detection of 80386SX CPU.
  161.           Added information on registration through CompuServe.
  162.    2.35a  Fixed problem with Video Speed reporting incorrect speed.
  163.    2.36   Added more partition names.
  164.           Added DOS revision number.
  165.           Added more information for Tseng 4000 video chipset.
  166.           Added the ability to automatically add comments to the printout.
  167.           Removed detection of disk controller under Windows Enhanced mode
  168.                   to prevent conflict with 32-bit Disk Access.
  169.           Added detection of additional installed hard disks.
  170.    2.37   Added average access speed of all hard disks.
  171.    2.38   Added detection of Intel Pentium(tm).
  172.           Added SysChk rating, a combination of other speed tests.
  173.           Added CD-ROM detection and MSCDEX version.
  174.           Added /M switch for monochrome displays.
  175.           Added additional SCSI Host Adapter Controllers and fixed detection
  176.                 problem.
  177.           Added Interrupt info for Serial and Parallel ports.
  178.           Added Maximum Video resolution and colors.
  179.           Added Network Shell version and type of memory used.
  180.           Added /R switch to create trace file SYSCHK.REC for debugging.
  181.  
  182. ------------------------------------------------------------------------------
  183. REGISTRATION
  184. ------------------------------------------------------------------------------
  185.  
  186.    The registration fee for this shareware product is $20.00. For the
  187.    $20.00 registration fee you will be sent the Advanced Personal System's
  188.    Deluxe Utility Disk with a number of handy utilities including a menu
  189.    system, an easy to use file viewer, a CMOS viewer and editor, and lots
  190.    more. In addition you will also receive a special offer to upgrade to the
  191.    Windows version of SysChk when it is available.
  192.  
  193.    You can now register through CompuServe by entering "GO SWREG" and billing
  194.    your CompuServe account.  The registration ID# is 497.  Or if you like,
  195.    send in your name with a check or money order and your choice of diskette
  196.    size to:
  197.  
  198.                         Advanced Personal Systems
  199.                               105 Serra Way
  200.                                 Suite 418
  201.                            Milpitas, CA. 95035
  202.  
  203.                    (408) 298-3703    FAX (408) 945-0242
  204.  
  205.    Note: California residents please add 8.25% sales tax.
  206.  
  207.    If you are a Systems Integrator or VAR and are interested in providing
  208.    SysChk with your systems, please call for a special low cost licensing
  209.    fee.
  210.  
  211. ------------------------------------------------------------------------------
  212. DISCLAIMER
  213. ------------------------------------------------------------------------------
  214.  
  215.      Advanced Personal Systems (APS) hereby disclaims all warranties
  216.      relating to this software, whether express or implied, including
  217.      without limitation any implied warranties of merchantability or
  218.      fitness for a particular purpose. APS will not be liable for any
  219.      special, incidental, consequential, indirect or similar damages
  220.      due to loss of data or any other reason, even if APS or an agent
  221.      of APS has been advised of the possibility of such damages.  In
  222.      no event shall APS's liability for any damages ever exceed the
  223.      price paid for the license to use software, regardless of the form
  224.      of the claim.  The person using the software bears all risk as to
  225.      the quality and performance of the software.
  226.  
  227.