home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / shareware / share_42 / setdir / !SetDir / !Help < prev    next >
Text File  |  1991-07-28  |  4KB  |  151 lines

  1.  --------------------------------------------------
  2.  --- Help for !SetDir                           ---
  3.  --- Version 3.00  July 1991                    ---
  4.  --- Author and copyright Miles Sabin           --- 
  5.  --------------------------------------------------
  6.  
  7.     This application is used to set and monitor the
  8.     currently  selected directory (CSD) from within
  9.     the  desktop.  It is  supported by  the  module
  10.     CurrDir  which  provides  a  number  of  useful
  11.     system variables. These are documented later.
  12.  
  13.  
  14.  -- Starting the application.
  15.  
  16.     Double  click  on its icon and it will  install
  17.     itself. No icon will appear on the icon bar.
  18.  
  19.  
  20.  -- Setting the CSD.
  21.  
  22.     To set the CSD press  and hold down  <ctrl> and
  23.     <tab>  simultaneously while the pointer is over
  24.     a  Filer  viewer.  The  CSD will be  set to the
  25.     directory  shown in the  viewer,  and a  window
  26.     notifying you of the change will appear.
  27.  
  28.     If you want the window to go away, simply click
  29.     on the button marked  'OK'  with select.
  30.  
  31.     If  the pointer is not over a Filer viewer  the
  32.     notifier will appear, displaying the CSD.
  33.  
  34.  
  35.  -- The application menu.
  36.  
  37.     Clicking the menu button over the notifier will
  38.     pop up a menu with the following options:
  39.  
  40.  
  41.     Info            Displays information about this
  42.                     program.
  43.  
  44.     Open viewer     Click  with  select to  open  a
  45.                     Filer viewer on the CSD.
  46.  
  47.     Set CSD         Allows you to type in and set a
  48.                     new current directory.
  49.  
  50.     Ascend tree     Click  with select to move  the
  51.                     CSD up the directory tree (same
  52.                     as dir ^).
  53.  
  54.     CSD <-> PSD     Swaps   the   CSD   with    the
  55.                     previously  selected  directory
  56.                     (PSD) (same  as dir \).
  57.  
  58.     Quit            Quits   the   application.  The
  59.                     relocateable   module   remains
  60.                     active,   though,  and  can  be
  61.                     restarted       by       typing
  62.                     'Desktop_SetDir' at the command
  63.                     line.
  64.  
  65.  
  66.  -- The CurrDir module
  67.  
  68.     This module, which supports the !SetDir applic-
  69.     ation maintains the following system variables:
  70.  
  71.  
  72.     Curr$Dir           The CSD name.
  73.  
  74.     Curr$Path          The full CSD pathname.
  75.  
  76.     Curr$FS            The name of the current FS.
  77.  
  78.     Curr$FSNum         The number of the CFS.
  79.  
  80.  
  81.     These  system  variables can be used  safely by
  82.     other applications.
  83.  
  84.     One  useful  thing  you  can  do is set the CLI
  85.     prompt as follows:
  86.  
  87.        SetMacro CLI$Prompt <Curr$FS>:<Curr$Dir>>
  88.  
  89.     Then  when  you get to the  command line you'll
  90.     see something like this:
  91.  
  92.        SCSI:ARMCode>_
  93.  
  94.  
  95.  -- Technical details
  96.  
  97.  SetDir  and  CurrDir  are  smarter  than  most CSD
  98.  setters.  They can cope with the CSD being changed
  99.  from the command line (if the notifier is open  on
  100.  the screen,  then any change  will be reflected as
  101.  soon as you return to the desktop), other applica-
  102.  tions and implicit changes due to the selection of
  103.  a new filing system.
  104.  
  105.  
  106.  -- Filing systems known to be supported:
  107.      
  108.     ADFS
  109.     SCSIFS
  110.     RAMFS
  111.     DESKFS
  112.     ARCFS  (despite its not supporting OS_GBPB 6!)
  113.  
  114.     Please let the author know if you have problems
  115.     (or successes) using SetDir or CurrDir with any
  116.     other FSs.
  117.  
  118.  
  119.  -- Copying, legal stuff etc.
  120.  
  121.  This  application  is  distributed as Shareware so
  122.  please  pass  it  on to  all and sundry.  The only
  123.  condition on this is that all the files, including
  124.  this one, are distributed unchanged in any way and
  125.  no charge beyond cost of duplication etc. is made.
  126.  
  127.  The author retains copyright on all material incl-
  128.  uded.
  129.  
  130.  Usual disclaimers apply:  The author cannot accept
  131.  any liability for any  loss or damage arising from
  132.  the use or inability to use this software.
  133.  
  134.  If you find this  application useful,  then please
  135.  send  a  small  donation to  the author;  if its a
  136.  sensible size then you will receieve an update if
  137.  and when there is a new version.
  138.  
  139.  Please send donations, details of any bugs etc. or
  140.  any other comments to the author at,
  141.  
  142.  
  143.  Miles Sabin
  144.  190B Burdett Road
  145.  Bow
  146.  London
  147.  E3 4AA
  148.  
  149.  
  150.  
  151.  28th July 1991