home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / INFOP131.ZIP / INFOPLUS.DOC < prev    next >
Text File  |  1990-09-04  |  5KB  |  101 lines

  1. INFOPLUS
  2.  
  3. Version 1.31  Released to the public domain.
  4.  
  5. By Andrew Rossmann, 9/4/90
  6.  
  7. Originally based on Steve Grant's Public Domain SYSID 4.44.
  8.  
  9. All lines that begin with ** are Steve Grant's original documentation.
  10. All lines that begin with !! are mine.
  11.  
  12. Usage:  [d:][path]INFOPLUS
  13.  
  14. A system description for DOS-based PC/XT/AT- and PS/2-class machines.
  15. INFOPLUS generates 18 screens of information about the host system and
  16. runs under DOS versions 3.0 and later.
  17.  
  18. My primary sources of ideas in INFOPLUS were Ray Duncans "Advanced MS-DOS"
  19. and Terry Dettman's "DOS Programmer's Reference."  The ideas of Prakash
  20. Chandra,Terje Mathisen,Bob Smith, and others appear in various places.
  21. Also James Howard, John Levine.
  22.  
  23. Some of the techniques INFOPLUS uses are not documented or officially
  24. supported by either IBM or Microsoft.  Where possible I have followed
  25. the undocumented routine with a comment describing my source for the
  26. technique.
  27.  
  28.         INFOPLUS.PAS       - Main file source code
  29.         PAGE_xx.INC        - Each of the pages
  30.         INFOPLUS.ASM       - assembly language procedures
  31.         INFOPLUS.PIF       - Windows 3 Program Information File
  32.         INFOPLUS.ICO       - Icon for Windows 3 Program Manager
  33.  
  34.   Using INFOPLUS is easy. Just use the PGUP and PGDN keys to move from page
  35. to page. HOME and END will move to the first and last pages, respectively.
  36. If you hit ENTER, you can then type in the page you want to go to. Hit ESC
  37. to end the program. Some pages won't fit all on one screen, for that you hit
  38. the DOWN ARROW key to get more information. If you wish a hard copy, just
  39. hit SHIFT-PrtSc or SHIFT-PRINT or PrintScrn, depending on your keyboard.
  40.   If you have trouble with bad colors on the screen, try setting your computer
  41. to MODE MONO or MODE BW80 before starting INFOPLUS. INFOPLUS will use a black
  42. and white palette if either of these modes are detected.
  43.   If you are in a 40 column mode, INFOPLUS will run in 80 column, but return
  44. you back to 40 columns upon completion. 132 column modes are not supported
  45. because Turbo Pascal's CRT unit only works with standard modes, and I don't
  46. want to give up all the nice features.
  47.   INFOPLUS does support more than 25 lines, although most of the pages are set
  48. up to look best at 25 lines. Some display modes do not properly return the
  49. correct number of lines.
  50.  
  51. WINDOWS 3.0 NOTES!!!
  52.      You can add INFOPLUS to the Program Manager. Open the group that you
  53.      want to put INFOPLUS in. Select File, New, Program item. Use whatever
  54.      you want for the Description. For Command line, enter INFOPLUS.EXE,
  55.      preceed with a drive and directory if not on your PATH. If you hit
  56.      ENTER, and end up at the screen, select File, Properties. Hit Change
  57.      Icon, and for the file name, use INFOPLUS.ICO. Then OK everything.
  58.  
  59.  
  60. Personal info:
  61.  
  62.      My computer is a Gateway 2000 386/25 running MS-DOS 4.01, Windows 3,
  63.      an ESDI drive, and an ATI VGA Wonder card.
  64.      Compiled under Turbo Pascal 5.5 and Turbo Assembler 2.00.
  65.      Much of the additional info came from Ray Duncan's "Advanced MSDOS
  66.      Programming" second edition (a must get book for anyone interested
  67.      in low-level stuff.) Also, additional information on the DOS 4 boot
  68.      sector format came from "The Norton Troubleshooter." A book that
  69.      comes with The Norton Utilities 4.5. Even more information comes from
  70.      Ralf Brown's interrupt list, which lists hundreds of goodies. It's
  71.      available via BBS's, and resides on SIMTEL20 and many other public
  72.      access UNIX sites.
  73.        Additional information on XMS and DPMI came from the book 'Extending
  74.      DOS' by Ray Duncan (and others.)
  75.        Information on additional partition values came from numerous people
  76.      of which I never wrote down their names!!
  77.  
  78.      Andrew Rossmann
  79.      Wheeling, IL
  80.  
  81.  
  82.      RCS Defender BBS, 1-708-390-6603 (1200/2400, 2 lines)
  83.      Beacon BBS, 1-708-615-0845 (1200/2400)
  84.      DDSW1 BBS, 1-708-808-7300 (6 lines),
  85.                 1-708-808-7306 (Telebit PEP only!!)
  86.  
  87.      Unix Mail:
  88.      andyross@ddsw1.MCS.COM, or <well-connected>!ddsw1!andyross
  89.  
  90.      Both the source and object code of SYSID are hereby released into the
  91.      public domain.  Neither version carries any warranty, expressed or
  92.      implied, of merchantability or fitness for a particular purpose.
  93.  
  94.      Comments, suggestions, and questions may be addressed to:
  95.              BIXMail: sjgrant
  96.              CompuServe: 71101,706
  97.  
  98.      Steve Grant
  99.      Long Beach, CA
  100.      January 13, 1989
  101.