home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk98 / pathassign / pathass.man < prev    next >
Encoding:
Text File  |  1995-03-19  |  3.6 KB  |  111 lines

  1. PathAss (V1.1)           Anders `ALi' Lindgren             PathAss (V1.1)
  2.  
  3.  
  4. NAME
  5.     PathAss  -    Assign a path of directories to a logical device.
  6.  
  7.  
  8. SYNOPSIS
  9.     PathAss [-dlh] [ name[:] [dir1[,dir2[,dir3 ... ]]] ]
  10.  
  11.  
  12. DESCRIPTION
  13.     PathAss assigns a path of directories to a logical device. The
  14.     difference from the `old' AmigaDos Assign command lies in the path part,
  15.     you can specify several directories which will be searched when the
  16.     PathAssignment is accessed. For the user and normal programs the
  17.     PathAssignment looks like a normal assignment.
  18.  
  19.     (A logical device can be one of three things. 1. An Assignment made by
  20.     the Assign command. 2. A volume. 3. A device. A PathAssignment is
  21.     implemented as a device.)
  22.  
  23.  
  24. USEAGE
  25.     To use a PathAssignment instead of a normal assignment you must make a
  26.     PathAssinment. Then you simply access the PathAssignment by its
  27.     name. Example:
  28.     PathAss hej: df0:,df1:        Make the PathAssignment
  29.     dir hej:            List all files in the root of
  30.                     df0: and df1:
  31.  
  32.     To make a PathAssignment give the command in the following form, with
  33.     the directories separated by commas:
  34.     Pathass name[:] dir1[,dir2[,dir3 ... ]]]
  35.  
  36.  
  37. FEUTURES
  38.     The directories are searched in order, but if the file isn`t found in any
  39.     directory PathAss will use the first directory in the list.
  40.  
  41.     To get high flexibility, put fast devices (RAM:,VD0:) first in the list
  42.     and slow devices (floppies) last.
  43.  
  44.     Pathass will never set out a `system requester', so if the disk
  45.     containing the file isn`t present, PathAss will simply return an error.
  46.  
  47.     The assignment made to devices is device relative, not volume relative
  48.     as the old Assign command. This means that if a PathAssignment was made
  49.     to df1:, the volume used is the volume in df1: at the time of the use,
  50.     NOT the volume in df0: at the time of the assignment.
  51.  
  52.  
  53. PathAss (V1.1)           Anders `ALi' Lindgren             PathAss (V1.1)
  54.  
  55.  
  56. OPTIONS
  57.     -d name:
  58.         Delete an pathassignment. This function will alse delete old
  59.         AmigaDos Assignments. You doesn`t have to specify the `-d'
  60.         switch. if you only write `Pathass name:', PathAss assumes that
  61.         you want to delete name:
  62.  
  63.     -l        List all PathAssignments.
  64.  
  65.     -h        Type out a small helptext.
  66.  
  67.         If no arguments are supplied then all assignments are listed, if
  68.         there is any. Otherwise the helptext will be written.
  69.  
  70.  
  71. EXAMPLE
  72.     PathAss foo:    jh0:,df0:,df1:,df2:,df3:
  73.     PathAss fonts   RAM:fonts,df0:fonts,df1:fonts
  74.  
  75.  
  76. KNOWN PROBLEMS
  77.     Due to the fact that AmigaDos assumes thas C: is a normal assignment, I
  78.     recomend the followning workaround: PathAssign another name, for example
  79.     cx:, to the path you would like to use. Then assign C: (Yes, the old
  80.     Amigados cmmand) to that name.    i.e:
  81.     Pathass cx: vd0:c,df0:c,df1:c
  82.     Assign c: cx:
  83.  
  84.  
  85. SEE ALSO
  86.     The `readme' file.
  87.     The AmigaDos manual.
  88.  
  89.  
  90. STATUS
  91.     The PathAss program is shareware. To become a registred user just pay
  92.     the fee, $10, to the address below. I will accept payment in any
  93.     currency, like swedish crowns, new PD/SW programs, clean disks and so
  94.     on. All registred users will recieve the lastest version of the program
  95.     and the sourcecode. All registed users can send in an empty disk and
  96.     return postage to get the absolute latest version of the program and
  97.     source.
  98.  
  99.     To pay the fee, ask any question, complain, bug reports, suggestions,
  100.     ask for autograps etc. Please write to:
  101.  
  102.         SNAIL-MAIL:   Anders Lindgren
  103.               Mälarblick 8
  104.               S-161 51
  105.               Bromma Sweden
  106.  
  107.         PHONE:      No thanks, no calls at 3 AM.......
  108.  
  109.     Or contact me on the swedish Amiga base `Camelot'.
  110.  
  111.