home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / cli / unrar / AcornDoc next >
Encoding:
Text File  |  1995-04-14  |  1.9 KB  |  68 lines

  1. This the port of UNRAR 1.00e to the Acorn Platform.
  2.  
  3. Release 1.00
  4.  
  5. Converted by Matt Aldridge <mja@cs.nott.ac.uk>.
  6.  
  7. -------------------------------------------------------------------------------
  8.  
  9. This is the standard UNRAR distribution, as per the LICENSE file, plus this
  10. file (AcornDoc) and the Acorn unrar executable (unRAR).  Please contact me
  11. for the Acorn source if you want it.
  12.  
  13. Please send bugs/comments/requests via email, or post to:
  14.  
  15. Matt Aldridge
  16. 54 Johnson Road
  17. Lenton
  18. Nottingham
  19. NG7 2BX
  20.  
  21. -------------------------------------------------------------------------------
  22.  
  23. Acorn version details:
  24.  
  25. Should work as advertised, please let me know if it doesn't!
  26.  
  27. I'm not too sure how the x option will perform - USE WITH CARE!
  28.  
  29. Ported using GCC and UnixLib.  It uses UnixFS, so extraction into directories
  30. of file's extension names is dependant on the UnixFS$sfix system variable.
  31.  
  32. For instance, to extract .txt and .doc files into directories of those names
  33. use: 
  34.  
  35.                       Set UnixFS$sfix doc:txt
  36.  
  37. Simply separate extensions with a colon.
  38.  
  39. If an extension is not specified in this variable the file is extracted to the
  40. current directory with / substituted for . - filenames are truncated to fit
  41. starting with the second character.
  42.  
  43. I recommend that the unrar executeable is put in your library directory, so that
  44. it can be run from anywhere (By default this is $.Library).
  45.  
  46. -------------------------------------------------------------------------------
  47.  
  48. Other tools used:
  49.  
  50. Zap      - excellent mega-editor
  51. Director - general desktop enhancement
  52. PCEm     - to unrar the source in the first place!
  53.  
  54. -------------------------------------------------------------------------------
  55.  
  56. To do:
  57.  
  58. Some effort at setting filetypes, possibly through the DOSMap mechanism.
  59.  
  60. Integrate it with something more useful and multi-tasking!
  61.  
  62. -------------------------------------------------------------------------------
  63.  
  64. Matt Aldridge
  65. 15th April 1995.
  66.  
  67. http://www.cs.nott.ac.uk/~mja/
  68.