home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 100 / 49 / 49.cat next >
Text File  |  1988-09-16  |  4KB  |  76 lines

  1. (C) Copywrite 1988.
  2.                          Lex-C-Rom Inc.
  3.                    Shareware Library Systems
  4.                      451 moody St SWT 206
  5.                       Waltham, Ma 02154
  6.     Data 617-899-0060 Fax  617-899-9317 Voice  617-894-4452
  7. -------------------------------------------------------------------------
  8. Cataloging system of disks copywrited by Lex-C-Rom Inc. Copywrite of contents
  9. belong to each author. 
  10. --------------------------------------------------------------------------
  11. 111   Name of disk
  12. --------------------------------------------------------------------------
  13. PC-CODE3 and PC-CODE4   
  14. --------------------------------------------------------------------------
  15. The PC-CODE3 disk includes a analysis program to check codes; a program to
  16. encode data and another to test that a file has not been altered.  The
  17. source code for many of the programs is also included.
  18.  
  19. COPYRIGH .T   (c) Copyright Notice
  20. PC-CODE  DOC  Documentation and Notes on PC-CODE3 & PC-CODE4
  21. PC-CODE3 EXE  Combination 8086(88) and 8087 version (works on both)
  22. PC-CODE4 EXE  Cluster Oriented Block Semi-binary version PC-CODE3
  23. INSTALL3 EXE  A program configurator that sets options/defaults
  24. PC-STAT3 EXE  A Analysis program to check codes/texts
  25. CONFIG   PC3  The Configuration file used by PC-CODE3 & INSTALL3
  26. PC-STAT3 FOR  FORTRAN77 Source Code for PC-STAT.EXE
  27. PC-CODE4 FOR  FORTRAN77 Source Code for PC-CODE4.EXE (8088/8087)
  28. PC-CODE3 FOR  FORTRAN77 Source Code for PC-CODE3.EXE (8088/8087)
  29. INSTALL3 FOR  FORTRAN77 Source Code for Installer program
  30. PC-CODE4 OBJ  Object code for BOTH MS-DOS (PC-DOS) and XENIX V
  31. PC-CODE3 OBJ  Object code for BOTH MS-DOS (PC-DOS) and XENIX V
  32. INSTALL3 OBJ  Object code for BOTH MS-DOS (PC-DOS) and XENIX V
  33. PC-STAT3 OBJ  Object code for BOTH MS-DOS (PC-DOS) and XENIX V
  34. SECRET3  MSG  Test file for Encoding using PC-CODE3
  35. SECRET3  COD  Test code from encoding "SECRET.MSG" using PC-CODE3
  36. SECRET3  KEY  Test key file for encoding "SECRET.MSG" for PC-CODE3
  37. SECRET3  TXT  Result of decoding SECRET.COD using PC-CODE3
  38. SECRET4  MSG  Test file for Encoding using PC-CODE4
  39. SECRET4  COD  Test code from encoding "SECRET.MSG" using PC-CODE4
  40. SECRET4  KEY  Test key file for encoding "SECRET.MSG" for PC-CODE4
  41. SECRET4  TXT  Result of decoding SECRET.COD using PC-CODE4
  42. EXAMPLE  DOC  This Execution Log or printout of sample run
  43. =========================================================================
  44. Program name:          PC-CODE3
  45.  
  46. Author name:           Richard Nolen
  47. Address:               COLVARD
  48.  
  49. Suggested Donation:    $10
  50.  
  51. Program Description:
  52.            PC-CODE3  is a program designed to help enchipher data and
  53.            would be of interest to programmers and other users.
  54.  
  55.            PC-CODE3 and PC-CODE4 are Portable Versions Specifically
  56.            for Generic MS-DOS and Xenix 5. They are written in a
  57.            strictly portable Microsoft FORTRAN-77 V3.30. The Object
  58.            code on these diskette(s) is compatiable with both MS-DOS
  59.            and Microsoft Xenix; meaning these program need NO recompiling
  60.            - they only needed to LINKED to the respective libraries.
  61.            As distributed they have been Linked for MS-DOS.
  62.  
  63.            As an added side feature, the MS-DOS version will automatically
  64.            execute faster if the PC contains an Intel 8087 math co-processor.
  65.  
  66.            PC-CODE3 is a simplified version of PC-CODE2 (V1.53) and likewise
  67.            is intended for "Printable" textal data or Console input (CON:).
  68.  
  69.            PC-CODE4 is a simplified version of PC-CODE1 (V1.53) and likewise
  70.            is intended for encoding Files as opposed to text.
  71.  
  72.            PC-STAT3 is a simple statistical program by which the user may
  73.            do simple analysis of either a Plain Text FILE or a Coded FILE.
  74.            Basically, it does frequency counts that were previously embedded
  75.            features of PC-CODE1 & 2.
  76.