home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 199.lha / AutoMount.DOC < prev    next >
Text File  |  1988-12-27  |  2KB  |  75 lines

  1.                             AutoMount V1.3
  2.  
  3.                          By: Khalid Aldoseri.
  4.  
  5.  
  6.  
  7.     AutoMount will automatically 'mount' all the entries in your
  8. 'DEVS:Mountlist' file.  
  9.  
  10.     It will attempt to mount each device it sees in the mountlist
  11. file, except for the RES?: partitions.  Also, if a device has already
  12. been mounted, AutoMount will not complain.
  13.  
  14.     The main reason for this program is to shorten your startup-sequence
  15. file.
  16.  
  17.  
  18.     Usage:
  19.  
  20.     Just add a line to your startup-sequence called 'AutoMount'.
  21.     Place 'AutoMount' in your c: directory.
  22.     Make sure that you have the 'Mount' command in your directory.
  23.  
  24.     And then remove that long list of Mount's in your startup-sequence.
  25.     (grin).
  26.  
  27.     AutoMount can also be used directly from the CLI.
  28.  
  29.     If you do not want a device to be automounted, add the following line
  30.     to the mountlist "/* DO NOT AUTOMOUNT */" (without the quotes, and
  31.     all in caps.)  This line can be anywhere between the line with the
  32.     '#' of the previous device and the name of the device you want to 
  33.     ignore.  Example:
  34.  
  35. -----------------------------------------------------------------------------
  36. SPEAK:     
  37.     Handler = L:Speak-Handler
  38.     Stacksize = 6000
  39.     Priority = 5
  40.     GlobVec = -1
  41. #
  42.  
  43. /* DO NOT AUTOMOUNT */
  44.  
  45. AUX:
  46.     Handler = L:Aux-Handler
  47.     Stacksize = 1000
  48.     Priority = 5
  49. #
  50. -----------------------------------------------------------------------------
  51.  
  52.     In this example, the AUX: device will not be mounted.  If the device to
  53.     be ignored is the first one in the list, just add the line before it.
  54.  
  55.  
  56.     Another Method of using it is:
  57.  
  58.         AutoMount AUX: SPEAK: NEWCON: .......
  59.  
  60.     This is faster than the normal mode.  You just specify what you want to
  61.     mount after the name of the program in CLI or in your startup-sequence.
  62.  
  63.  
  64.  
  65. Comments, suggestions, complaints, etc. are welcome.
  66.  
  67.  
  68.  
  69. Enjoy,
  70.  
  71. Khalid Aldoseri,
  72. CIS 75166,2531
  73.  
  74. Dec 29, 1988.
  75.