home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 536.lha / AmiDock_v1.3 / amidock.usage < prev    next >
Text File  |  1991-08-09  |  2KB  |  57 lines

  1.                         How to use AmiDock
  2.                         
  3. There are two ways to use AmiDock:
  4.  
  5. 1)  From the the CLI enter 'amidock' and the prompt and press return.
  6.     This will cause AmiDock to look in the DOCK: directory that you assigned
  7.     before you ran AmiDock (usually in the startup-sequence).
  8.     AmiDock will also use the DOCK: assignment if you ran it from the WorkBench
  9.     by double clicking on its icon, or under WB2.0, placing it in the WBStartup
  10.     drawer.
  11.     
  12.     The assign DOCK: must be made so that it specifies a directory where a 
  13.     dock.config file is located and must be done before you run amidock in this
  14.     way.
  15.     
  16.     example: assign DOCK: dh0:dock/interlace/maindock
  17.     
  18.     For this example to work a dock.config file must be in the directory
  19.     'dh0:dock/interlace/maindock'.
  20.     
  21. 2) The second way to run AmiDock eliminates the need for the Assign DOCK: stuff.
  22.    All that you need to do is to give the path to the dock.config file as the first
  23.    argument to AmiDock when you run it from the CLI.  This method only works from
  24.    a CLI (or shell). It will not work from he WorkBench, to run AmiDock from the
  25.    WorkBench see #1 above.
  26.    
  27.    example: amidock dh0:dock/interlace/maindock
  28.    
  29.    Remember a dock.config file must be in the directory dh0:dock/interlace/maindock
  30.    
  31.  
  32. NEW for version 1.4:
  33. When you run AmiDock and it cannot find a dock.config file AmiDock will put up
  34. a error message stating that it cannot find its dock.config file.  If this happens
  35. be sure that the dock.config file is in the directory specified as a argument or by
  36. the assignment DOCK:.
  37.  
  38.  
  39. To run AmiDock from the startup-sequence add the following lines to your 
  40. startup-sequence:
  41.  
  42. assign DOCK: <path to dock.config file - see above>
  43. amidock
  44.  
  45.  
  46. To run more than one AmiDock from your startup-sequence add these lines:
  47.  
  48. assign DOCK: <path to dock.config file - see above>
  49. amidock
  50. amidock <path to another dock.config file>
  51.  
  52.  
  53. You can run as many as you want to like this, just remember that each different
  54. AmiDock needs its own dock.config file (put them in separate directories) and each
  55. brush used by a particular dock needs to be located with each and every dock.config
  56. file that uses it.
  57.