home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / _deboo / !DeBOO / !Help next >
Text File  |  1991-02-28  |  1KB  |  29 lines

  1.              
  2.              BOO file decoder
  3.               by Steve Loft
  4.  
  5. This is my first attempt at a 'proper' RISC OS 
  6. application written in C. It's not the most useful
  7. program in the world, but someone might find a use
  8. for it!
  9.  
  10. It decodes files which have been encoded into 'BOO'
  11. format.  This is a method of encoding binary files
  12. into text form, so that for example they can be
  13. transmitted down a 7-bit communications link by a
  14. simple 'capture' method.  This method of encoding
  15. is used extensively on the National Public Domain
  16. Software Archive at Lancaster.  Typically, the BOO
  17. file will decode into a compressed ARC file, which
  18. then needs unARCing with !SparkPlug (or whatever).
  19.  
  20. Starting the application will result in it
  21. installing itself on the icon bar.  BOO files can
  22. then be dragged and dropped onto the icon, when
  23. the usual 'save' type of dialogue box will appear.
  24. If the file is a true BOO file, the save box will
  25. contain the default name for the decoded file.  If
  26. it's not a BOO file, the save box could contain 
  27. anything!  This is a bit messy, but I don't know
  28. any way of distinguishing genuine BOO files.
  29.