home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tapeutils.zip / README.TXT < prev    next >
Text File  |  2011-08-17  |  3KB  |  73 lines

  1. TUAAAA.HLP, April 1991
  2.  
  3. We produced literally thousands of magnetic tapes in ANSI, IBM OS SL,
  4. DUMPER, Tar, CPIO, and other formats, and received quite a few tapes (not to
  5. mention diskettes, cartridges, and other media) from other sites containing
  6. their contributions.  Since we only had one or two computers for making and
  7. reading tapes, we had to do a lot of format conversion and wound up writing
  8. several programs for reading and writing "alien" tape formats and for
  9. copying tape-to-tape as fast as possible, since sometimes we had order
  10. backlogs of hundreds of tapes, and if we cut them one at a time we'd still
  11. be working on the backlog!
  12.  
  13. This file lists the tape utility programs written by or found and used by
  14. the Kermit Project.  The names all follow this format:
  15.  
  16. TU<s><f><tape>.<filetype>
  17.  
  18. where:
  19.  
  20. TU (for Tape Utilities) is the filename prefix for all the files,
  21.  
  22. <s> is a single letter telling what System the program runs on:
  23.     C - Any system with a C compiler
  24.     I - IBM mainframes
  25.     U - Unix
  26.     V - VAX/VMS
  27.  
  28. <f> is a single letter telling the Function of the program:
  29.     R - Reads tapes
  30.     W - Writes tapes
  31.     B - Both reads and writes tapes
  32.     P - A pre- or postprocessing program
  33.     C - Copies one tape to another
  34.  
  35. <tape> is a 2-character sequence specifying the kind of tape:
  36.  
  37.     AD - ANSI "D" Format (variable length records preceded by byte counts)
  38.     BU - VAX/VMS BACKUP tapes
  39.     OS - IBM EBCDIC OS Standard Label tapes, VB format (variable block)
  40.     XX - Any kind of tape
  41.     AO - ANSI "D" format or OS Standard Label VB format
  42.     TA - UNIX tar format
  43.     T2 - UNIX tar format (a different program)
  44.  
  45. <filetype> is a 1-to-3 character sequence specifying the type of file:
  46.  
  47.     ASM - Assembly language
  48.     C   - C language program source
  49.     HLP - Help file (plain text)
  50.     NR  - Nroff text formatter source (for UNIX man page)
  51.  
  52. Here's a list of the programs:
  53.  
  54. Kermit    Original
  55. Name      Name        Contributor      Purpose
  56.  
  57. TUCPAD    ANSID       Columbia U.      Unpack ANSI-D records (on disk)
  58. TUIROS    OSTAPE      Columbia U.      Read on OS tape on VM/CMS systems
  59. TUIRAO    SPROSC      John Chandler    Read OS and ANSI tapes on VM/CMS
  60. TUUBAD    ANSITAR     ???              Read/Write ANSI tapes on UNIX
  61. TUUCXX    COPYTAPE    Columbia U.      Copy tapes on UNIX systems
  62. TUURBU    VMSBU       Monash U.        Read VMS Backup tapes on UNIX systems
  63. TUUROS    OSTAPE      Columbia U.      Read OS SL tapes on UNIX systems
  64. TUUWAO    CUTAPE      Columbia U.      Write OS or ANSI tapes on UNIX
  65. TUVRTA    RTAR        ???              Read UNIX tar tapes on VAX/VMS
  66. TUVRT2    TAR2VMS     Queen's U.       Read UNIX tar tapes on VAX/VMS
  67. TUVWTA    WTAR        ???              Write UNIX tar tapes on VAX/VMS
  68.  
  69. It's probably a good idea to rename the files from their distribution names
  70. to their original names before building and using them.
  71.  
  72. (End of TUAAAA.HLP)
  73.