home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / io / io_23 / read.me < prev   
Encoding:
Text File  |  1988-04-02  |  1.7 KB  |  41 lines

  1. FILES ON THIS DISK
  2.  
  3. These files contain Turbo Pascal code demonstrating a sophisticated method of
  4. controlling console data entry and manipulating dates.  This version is for
  5. Turbo Pascal version 4.0.  Public domain, no copyright.  Described in Computer
  6. Language magazine, Oct. 1987, page 57, and April 1988, page 117.
  7.  
  8. !READ    ME    -- This file
  9. IO23UNIT PAS    -- Console data entry and display routines, unit source
  10. DATE23   PAS    -- Routines for entering and manipulating dates, unit source
  11. DOS23    PAS    -- Misc. DOS video display and disk functions, unit source
  12. IO23UNIT TPU    -- Linkable Turbo Pascal Unit file
  13. DATE23   TPU    -- Linkable Turbo Pascal Unit file
  14. DOS23    TPU    -- Linkable Turbo Pascal Unit file
  15. DATEDEMO INC    -- Include file for the demonstration program
  16. IO23DEMO PAS    -- Demonstration program, version 2.3, source
  17. IO23DEMO EXE    -- Demonstration program, executable
  18. IO23DEMO DOC    -- Documentation for all the above
  19. TP4IO23  ARC    -- Archive file containing the above files for electronic
  20.         -- transmission, posting on electronic bulletin boards, etc.
  21. ARCE     COM    -- Archive extraction program.
  22.  
  23. The Archive file was created with ARC.EXE version 5.1.  To extract the files,
  24. do this:
  25.  
  26.           ARCE TP4IO23.ARC [drive:]*.*
  27.  
  28. Note -- if you got this on a disk and all the files listed above are on the
  29. disk, then you do not have to extract the files.  The ARC file is here so you
  30. can post it on a computer bulletin board if you wish.
  31.  
  32. Bill Meacham
  33. 1004 Elm Street
  34. Austin, Tx  78703
  35. 4/2/88
  36.  
  37. Ask about my RELIANCE MAILING LIST program, a sophisticated name-and-address
  38. database program and my NONPROFIT GENERAL LEDGER, the first shareware
  39. accounting program for not-for-profit organizations!  (Good for personal and
  40. small business use too.)
  41.