home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 384.lha / RxShell_v2.1 / RxShell.doc < prev    next >
Text File  |  1990-06-11  |  4KB  |  88 lines

  1.   RxShell 2.1 - An ARexx based graphic shell substitute for CLI
  2.                                by
  3.                         Steven D. Kapplin
  4.                          CIS 70055,1021
  5.  
  6.     RxShell is a simple graphic shell replacement for the CLI and
  7. WorkBench.  You can operate on various files based upon its
  8. filetype, which RxShell identifies.  RxShell currently recognizes
  9. 16 different filetypes.  They are:
  10.  
  11.  Executable File
  12.  IFF Picture File 
  13.  Excellence! File 
  14.  ProWrite File 
  15.  Advantage Worksheet 
  16.  MaxiPlan Worksheet 
  17.  CanDo Deck 
  18.  LHarc Archive 
  19.  Arc Archive 
  20.  Zoo Archive 
  21.  8SVX Sound File 
  22.  Professional Page 1.3 File 
  23.  PageStream 1.8 File 
  24.  ARexx macro 
  25.  Anim File 
  26.     
  27.  and AmigaDos script files if the 's' protection bit is set.
  28.  
  29.  
  30.     Start program with '?' for help; if a path follows, then
  31. RxShell logs into that path or defaults to VD0:.  A selected file
  32. is checked for its type.  If the filetype can be be identified,
  33. then the appropriate command is generated for that file.  An
  34. executable is 'run', whereas other files are acted on according
  35. to their type.  You can change the filenames of your viewer,
  36. typer, and archivers to suit your desires.  The default directory
  37. for de-archiving is VD0:.  This, too, can be changed to the dir
  38. of choice.  At the beginning of RxShell you will find the
  39. variables which are initialized with the path/filename for your
  40. utilities.  You can configure the following variables in RxShell:
  41.  
  42.     textviewer        (currently Sys:Tools/Type)
  43.     pictureviewer        (currently Sys:Tools/Superview)
  44.     unzoo            (currently C:archivers/Zoo)
  45.     unarc            (currently C:archivers/Arc)
  46.     unlzh            (currently C:archivers/LHarc)
  47.     arcdir            (directory receiving unarc'd files
  48.                      currently VD0:)
  49.     playsound            (8SVX sound player; currently blank)
  50.     player            (movie player; currently Dpaint:Play)
  51.  
  52. To change any of these simply edit RxShell and place the desired
  53. path and filename in quotes similar to what you will find in
  54. RxShell as it's presently configured.
  55.  
  56.     RxShell may be executed by simply entering RxShell on the
  57. command line (or 'Running' it; RxShell will not detach unless it
  58. is 'Run') or it may be run by clicking on its icon.  You must
  59. have ARexx running.  The icon has c:extc/rx as the default tool.
  60. You should change this to reflect the location of 'rx' on your
  61. system.  If you start RxShell from the icon, then a Shell window
  62. will open at 0,11 with a width of 400 and height of 120.  This
  63. window will receive any output from RxShell and will close when
  64. RxShell is closed.  If RxShell is run from the CLI, then the
  65. CLI's window is used for output instead of the Shell window
  66. opened by RxShell's icon.
  67.  
  68.     When operating on arc'd files (ZOO, LZH, or ARC) RxShell
  69. will put up a requestor below the file requestor.  If you want to
  70. list the contents of the archive, then click on the List gadget.
  71. If you wish to de-archive then click on the Unarc gadget.  This
  72. gives you some flexibility for working with archives.  The
  73. command strings for each of the archivers is set to permit
  74. dearcing into sub directories, if the archiver permits it.
  75. Presently, only Zoo and LHarc permit this.  I have not included a
  76. special file type for .ZIP files because PKaZip exists as a
  77. standalone application for handling such files.  If the need
  78. arises, I could add this facility provided .ZIP files can be
  79. uniquely identified.
  80.  
  81.     Although I have configured RxShell for my system, most of it
  82. can be changed.  If you can program in ARexx, then you can modify
  83. this macro to your heart's content.  My system runs on a
  84. non-interlaced hi-res screen, so the file requestor and requestor
  85. are positioned according to my setup.  You can change this if you
  86. want to repostion them or set them for running on an interlaced
  87. hi-res screen.
  88.