home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / converters / a264_1 / !UUDecode / !Help < prev    next >
Text File  |  1991-05-17  |  2KB  |  47 lines

  1.                                     UUDecode
  2.  
  3.  
  4.         This program decodes uuencoded files. To uudecode a file just drag it
  5. onto the icon on the iconbar. A save box will appear from which you can drag
  6. the uudecoded file. If you click on the Ok box without editting the filename
  7. the uudecoded file will be stored in the directory where the encoded file was
  8. dragged from.
  9.         If you are trying to decode a multi-part uuencoded file all the parts
  10. must be in the same directory. Make sure the filenames are correct though.
  11.         I have extended the syntax of uuencoded files to allow filetypes to
  12. be preserved. A line Filetype: <filetype> may appear before the table line
  13. (or the begin line if there is no table). Filetypes may be either text or
  14. numerical (with the optional & infront). So, for example, the following
  15. are all equivalent
  16.  
  17. Filetype: &FFF
  18. Filetype: fff
  19. Filetype: Text
  20.  
  21. Although the later is the most understandable form I recomend that it is only
  22. used with filetypes which are always known (text, data, obey, etcetera). For
  23. example if you use Filetype: DrawFile and !Draw has not been sent then the
  24. filetype will be unable to be recognised and the filetype of the last
  25. uudecode (or Text if this the first uudecode) will be used. This line is
  26. added automatically by my uuencoder.
  27.         Credit must go to Phil Colmer (Fil, at Acorn) for his help in fixing
  28. some minor bugs and making one minor alteration to the operation of the
  29. program. These are documented in the source.
  30.         The final I thing I have to say about this program is sorry for the
  31. really corny sprite (two sheep - think about it). If you can't work it out
  32. there are rams and .... ?
  33.  
  34.         Although I have tested this program fairly thoroughly I offer no
  35. guarentee what so ever. But please report any bugs found to
  36. pmf@uk.ac.warwick.cs.
  37.         This program is in the public domain and may be freely copied as
  38. long as no charges are made for it and this file is left unchanged. I
  39. normally allow people to use the source in their own programs as long as I am
  40. creditted but as the program has been modified by Phil Colmer I cannot grant
  41. permission for this by myself. if you want to use this source in your own
  42. program ask me and I shall ask Phil Colmer if he objects (I doubt he would
  43. but you should always ask).
  44.  
  45.         Yours,
  46.                 Ian Ashley
  47.