home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / tu / README.TXT next >
Text File  |  1991-04-03  |  3KB  |  66 lines

  1. TUAAAA.HLP, April 1991
  2.  
  3. This file lists the tape utility programs that are available in the Kermit
  4. Distribution on Tape E.  The programs have been collected from various
  5. sources, and are being made available as a public service, with no support
  6. offered and no warranty expressed or implied.  For distribution purposes, they
  7. have been renamed as indicated below.  The names all follow this format:
  8.  
  9. TU<s><f><tape>.<filetype>
  10.  
  11. where:
  12.  
  13. TU (for Tape Utilities) is the filename prefix for all the files,
  14.  
  15. <s> is a single letter telling what System the program runs on:
  16.     C - Any system with a C compiler
  17.     I - IBM mainframes
  18.     U - Unix
  19.     V - VAX/VMS
  20.  
  21. <f> is a single letter telling the Function of the program:
  22.     R - Reads tapes
  23.     W - Writes tapes
  24.     B - Both reads and writes tapes
  25.     P - A pre- or postprocessing program
  26.     C - Copies one tape to another
  27.  
  28. <tape> is a 2-character sequence specifying the kind of tape:
  29.  
  30.     AD - ANSI "D" Format (variable length records preceded by byte counts)
  31.     BU - VAX/VMS BACKUP tapes
  32.     OS - IBM EBCDIC OS Standard Label tapes, VB format (variable block)
  33.     XX - Any kind of tape
  34.     AO - ANSI "D" format or OS Standard Label VB format
  35.     TA - UNIX tar format
  36.     T2 - UNIX tar format (a different program)
  37.  
  38. <filetype> is a 1-to-3 character sequence specifying the type of file:
  39.  
  40.     ASM - Assembly language
  41.     C   - C language program source
  42.     HLP - Help file (plain text)
  43.     NR  - Nroff text formatter source (for UNIX man page)
  44.  
  45. Here's a list of the programs:
  46.  
  47. Kermit    Original
  48. Name      Name        Contributor      Purpose
  49.  
  50. TUCPAD    ANSID       Columbia U.      Unpack ANSI-D records (on disk)
  51. TUIROS    OSTAPE      Columbia U.      Read on OS tape on VM/CMS systems
  52. TUIRAO    SPROSC      John Chandler    Read OS and ANSI tapes on VM/CMS
  53. TUUBAD    ANSITAR     ???              Read/Write ANSI tapes on UNIX
  54. TUUCXX    COPYTAPE    Columbia U.      Copy tapes on UNIX systems
  55. TUURBU    VMSBU       Monash U.        Read VMS Backup tapes on UNIX systems
  56. TUUROS    OSTAPE      Columbia U.      Read OS SL tapes on UNIX systems
  57. TUUWAO    CUTAPE      Columbia U.      Write OS or ANSI tapes on UNIX
  58. TUVRTA    RTAR        ???              Read UNIX tar tapes on VAX/VMS
  59. TUVRT2    TAR2VMS     Queen's U.       Read UNIX tar tapes on VAX/VMS
  60. TUVWTA    WTAR        ???              Write UNIX tar tapes on VAX/VMS
  61.  
  62. It's probably a good idea to rename the files from their distribution names
  63. to their original names before building and using them.
  64.  
  65. (End of TUAAAA.HLP)
  66.