home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / bbs / pics16.ark / PICS.INF < prev    next >
Encoding:
Text File  |  1987-06-11  |  2.6 KB  |  46 lines

  1.  
  2. (*****************************************************************************)
  3. (*                                                                           *)
  4. (*            PICS - Pascal Integrated Communications System                 *)
  5. (*                                                                           *)
  6. (*                    Version for CP/M Computers                             *)
  7. (*                    Copyright (c) 1986,1987 by                             *)
  8. (*                          Les Archambault                                  *)
  9. (*                                                                           *)
  10. (*                   All commercial rights reserved.                         *)
  11. (*                                                                           *)
  12. (*    This program is based on ROS Vers 3.4 by Steve Fox. It is released     *)
  13. (*    into the public domain for private use only. Additional thanks to:     *)
  14. (*    Irv Hoff whose 1k protocal in KMD was invaluable in writing the        *)
  15. (*    Turbo Pascal routines. The authors of DEARC for the basic code that    *)
  16. (*    deals with Arc files. The author of ASYNC.ARC for the code to make     *)
  17. (*    possible the interupt service routines.                                *)
  18. (*    Special thanks to Lindsay Jones, Eric Daniel, Freeman Bradford and     *)
  19. (*    John Van Hengel for beta testing and support.                          *)
  20. (*                                                                           *)
  21. (*****************************************************************************)
  22.  
  23. The Pics system is distributed as a three file set:
  24.  
  25.      PICSxx.LBR or PICSxx.ARC      The source code for PICS and its overlays,
  26.                                    the system messages text file and various
  27.                                    sample text files, and the source files for
  28.                                    the setup program.
  29.  
  30.      PICSSUP.LBR or PICSSUP.ARC    Source files for the available machine
  31.                                    dependent routines and clock routines.
  32.  
  33.      PICSDOCS.LBR or PICSDOCS.ARC  The documentation files.
  34.  
  35. To be able to use the PICS system you must have a copy of Borland's Turbo
  36. Pascal version 2.0 or higher and the Borland Turbo Toolbox. If you have
  37. both versions of Turbo Pascal, use version 2.0, as PICS has no code that
  38. requires the extra routines of version 3.0 (and PICS will compile in less
  39. memory).
  40.  
  41. It is very important that the Documentation files be read before you attempt
  42. to compile or run PICS. It is NOT obvious what you have to do, and in what
  43. order.
  44.  
  45. Les Archambault
  46.