home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 5.ddi / 012.LIF / PATH.HLP < prev    next >
Encoding:
Text File  |  1992-07-02  |  1.2 KB  |  35 lines

  1. PATH:   HI command
  2.         Lists the full pathname of a data file or directory on local 
  3.         or remote systems.
  4.  
  5.         SYNTAX:
  6.         path [inpath-list] [to|over|after outpath-list] [r]
  7.  
  8.         PARAMETERS:
  9.  
  10.         inpath-list
  11.                 One or more filenames, separated by commas, whose pathnames
  12.                 you want to list.  Wildcards are permitted.
  13.  
  14.         to|over|after outpath-list
  15.                 Writes the output to the specified files rather than to the
  16.                 screen.  If you specify multiple input files and a single
  17.                 output file, path appends the remaining input file pathnames
  18.                 to the end of the output file.
  19.  
  20.         r(oot)  
  21.                 Specifies that the pathname should start from the root 
  22.                 directory of whatever device holds the file or directory.
  23.  
  24.         ADDITIONAL INFORMATION:
  25.  
  26.         This command is useful for finding where you are located within 
  27.         the file structure.  The output is similar to the following when 
  28.         invoked with no input file list:
  29.  
  30.                 -path <CR>
  31.                 :sd:user/world
  32.  
  33.         For further information on this command, refer to the
  34.         Command Reference manual.
  35.