home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / archiver / unsit151 / read.me < prev    next >
Text File  |  1990-12-17  |  4KB  |  84 lines

  1. UNSIT v1.5a by Allen G. Weber
  2. Ported to the ST by Alan Hamilton   12/17/90
  3.  
  4. This program will extract files stored using the Macintosh program
  5. Stuffit.  This release fixes a bug that prevented the extraction of
  6. RLE compressed files.  Running it via Install Application now works.
  7. The v option now gives an ARC style verbose file listing, rather than
  8. the brief UNIX listing.  The l option still gives the UNIX style
  9. listing.
  10.  
  11. Files included:
  12. UNSIT.TTP        The UNSIT program
  13. COMPRESS.TTP     Program used by UNSIT to decompress LZW
  14. UNSIT.DOC        UNIX documentation for UNSIT
  15. READ.ME          The file you are reading now
  16.  
  17. UNSIT.TTP and COMPRESS.TTP must be kept in the same folder.  If you use
  18. ARCSHELL, it must be in the same folder as UNSIT.TTP and COMPRESS.TTP.
  19.  
  20. In addition to the UNIX style commands listed in UNSIT.DOC, limited command
  21. compatibility with ARC is also supported:
  22.  
  23. unsit {exlv}[h] SITfile [destination]
  24.  
  25. x or e    Extract files (data fork only)
  26. l         List files (UNIX style)
  27. v         Verbose file listing (ARC style)
  28. h         Hold screen -- wait for a keypress before returning to the Desktop
  29.  
  30. All files will be extracted to the destination path.  If you specify a
  31. destination path, you have to specify one of the command flags too.
  32.  
  33. x foo.sit c:\       will work
  34. foo.sit c:\         will NOT work
  35.  
  36. If you only specify a SIT file, with no command flags or destination path,
  37. both the data and resource forks will be extracted to the current default
  38. folder.
  39.  
  40. UNSIT creates a temporary file called UNSIT.TMZ.  Don't use this as the
  41. name for any of your files.
  42.  
  43. UNSIT can be used in one of three ways:
  44.  
  45. 1.  TOS-Takes-Parameters.  Double click on UNSIT's icon, and enter the 
  46. parameters in the dialog.  They can be either upper case or lower case.
  47.  
  48. 2.  Install Application.  Single click on UNSIT's icon, and select Install
  49. Application in the Desktop's Options menu.  Fill in the application type
  50. with SIT, and click on install.  Select Save Desktop to make the installation
  51. permanent.  After UNSIT is installed, you can uncompress a SIT file by
  52. double clicking on it.  This does not work well under versions of TOS prior
  53. to 1.4.
  54.  
  55. 3.  Charles F. Johnson's ARCSHELL.  Follow ARCSHELL's instructions for
  56. installing an alternate ARC utility.  Only the Extract, List, and
  57. Verbose list options are supported.  The only extract option that is
  58. valid is "All".  "To Folder" and "w/ Query" will NOT work.  You can make the
  59. Item Selector come up with a default file type of SIT, rather than ARC, by
  60. changing the directory line from *.ARC to *.SIT.  Next, Select a SIT file
  61. and do some operation (list files is a good harmless one).  Finally, save
  62. ARCSHELL's configuration.  From then on, ARCSHELL will remember to use
  63. *.SIT as the file type.  If you change the default ARC or DATA drives
  64. on the main ARCSHELL dialog, ARSHELL will go back to using .ARC.
  65.  
  66. MACINTOSH FILE INFO
  67. ===================
  68. Macintosh files are made up of two parts:  a data fork, and a resource fork.
  69. The resource fork is vaguely akin to the ST's .RSC files.  UNSIT will extract
  70. the resource fork if you really want it, but under GEM it will do you no
  71. good.  What you want is the data fork, which contains the sound data,
  72. text, graphics images, or whatever.  UNSIT also creates a .INF file which
  73. contains information such as the creation date, Macintosh Finder and
  74. System flags, etc.
  75.  
  76. Most ST sound players can play Macintosh sound samples.  You will have to
  77. convert it to a .SND file (with the speed data prepended).
  78.  
  79. MacPaint documents can be viewed with PicSwitch.
  80.  
  81. Macintosh text files only have a cursor return at the end of each line.
  82. You will have to use a utility (such as DCOPY) to add linefeeds, otherwise
  83. all the text will print on one line.
  84.