home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / pcpilot.zip / README.1ST < prev    next >
Text File  |  1990-01-13  |  3KB  |  70 lines

  1.  
  2.                        PC-PILOT Programmer's Pop-Up
  3.                 Released as Freeware by Tom Grubbe 1-12-89
  4.                 ------------------------------------------
  5. PC-PILOT is your basic TSR program for programmer's.  It can be run as a
  6. resident program or as a normal non-resident program by adding "-x" at the 
  7. command line:
  8.  
  9.     PCPILOT -x
  10.  
  11. The program will run and exit normally without becoming memory resident.
  12. If run as a resident program, make sure it is the last TSR loaded on
  13. your system.  You can uninstall PCPILOT from the main menu and this is
  14. why it must be loaded last.  
  15.  
  16. I decided to release this program as FREEware for several reasons: 
  17.     1. Because I'm a nice guy
  18.     2. To share some C functions that I find useful
  19.     3. So you can modify it to suit your specific needs
  20.     4. So you can be sure of the integrity of this program
  21.  
  22. Requirements: 
  23.     IBM PC/XT/AT or compatable
  24.     256kb RAM minimum
  25.     DOS 3.0 or greater
  26.     Color or Monochrome monitor
  27.     Borland's Turbo C (c) 1.5 or greater (optional)
  28.     MASM or TASM assemblers (optional)
  29.  
  30. Files in this archive:
  31.     README  .1ST    - This file
  32.     ASCII   .C    - C code for the Ascii chart
  33.     BASECVT .C    - C code for the number base converter
  34.     BOXCHR  .C    - C code for the box character function
  35.     CLRCODES.C    - C code for the color codes function
  36.     KEYCODES.C    - C code for the keyboard codes function
  37.     PRTCODES.C    - C code for the printer setup function
  38.     RULER   .C    - C code for the ruler
  39.     TSR     .C    - C code for the TSR engine
  40.     PCPILOT .PRJ    - Project file for PCPILOT.EXE
  41.     PCPILOT .C    - main() module for PCPILOT.EXE
  42.     PCPILOT .EXE    - Executible program
  43.     KBD     .H    - Keyboard functions header file
  44.     SCR     .H    - Screen functions header file
  45.     SCR     .LIB    - Screen functions library
  46.     SCR     .TXT    - listing of modules in SCR.LIB
  47.     SCR     .ZIP    - Source code for modules in SCR.LIB
  48.  
  49. SCR.ZIP contains all the source code contained in SCR.LIB.  Most of the
  50. functions were taken from the book "Systems Programming In Turbo C"
  51. by Michael J. Young, Others from the book "Supercharging C With Assembly
  52. Language" by Chesley Waite.  These library functions alone make this download
  53. worth your while.  I use them in just about every program that I write and
  54. you should find them useful as well.
  55.  
  56. PCPILOT was compiled in Turbo C v2.0.  If you do not have Turbo C, you 
  57. won't be able to compile TSR.C which uses the "interrupt" function type, 
  58. which most other compilers don't support, in many of its local functions.
  59. Sorry.  Also, If you are not a programmer, most of this stuff is probably
  60. of no use to you anyway. 
  61.  
  62. Disclaimer:
  63.     There is no guarentee that PCPILOT will work correctly in all
  64.     situations, and in no event will I, the author, be liable for
  65.     any damages arising from the use or misuse of this program.
  66.     PCPILOT is FREEware and may be distributed and copied by
  67.     anyone, anywhere, at any time.
  68.                     Tom Grubbe
  69.                        575 Curie Drive
  70.                     San Jose, CA 95123