home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tapeutils.zip / tuvrt2hlp.txt < prev    next >
Internet Message Format  |  1988-08-16  |  1KB

  1. From:     <PENSTONE@QUCDNEE1>
  2. Subject:  tar reader
  3.      
  4. Greetings:
  5.      
  6. Here are the programs to read and/or convert Tar format files to
  7. VMS.
  8.         The program TAR2VMS.C reads from a /foreign tape, extracts
  9. the files into a directory tree starting in the default directory
  10. when the program is run. Directories will be created automatically.
  11. For the simplest operation, just compile link, and RUN it; this
  12. does the transfer automatically, as long as there are no strange
  13. files on the tape.
  14.         To get listings, you will have to define a foreign command:
  15. $ command :== $directory:tar2vms
  16. and then use the format: command [options]
  17.      
  18.         You should list the source file to get all of the hookers and
  19. caveats from the comments.
  20.      
  21.         The program FILECON.C will convert a stream file (one written
  22. by UNIX or a C program) with line-feed control into a conventional
  23. vms text file with carriage control. It is useful if you had to run
  24. TAR2VMS with the "s" option (copy files unconverted to disc) and then
  25. are converting selected files manually.
  26.      
  27.         I hadn't planned on this program growing beyond a couple of
  28. pages, but you know how these things grow...
  29.      
  30.      
  31. Sid Penstone,
  32. Queen's University,
  33. Kingston, Ontario, Canada, K7L3N6
  34. phone (613) 547-6935
  35.      
  36. BITNET: penstone@qucdn
  37.         penstone@qucdnee1       (preferred after may 15)
  38.