home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 451.lha / findfile / findfile.doc < prev    next >
Text File  |  1990-12-08  |  954b  |  41 lines

  1.  
  2. Findfile - Finds all files with the specified filename
  3.  
  4. Syntax: FindFile [?] pathname filename LFORMAT=
  5.     
  6. pathname - Name of the path to be searched for the filename. E.g: DH0:
  7.            
  8. filename - Name of the file(s) to be found. Accepts simple AmigaDOS filename patterns. E.g: #?.c
  9.     
  10. LFORMAT=   Similar to AmigaDOS LIST LFORMAT option
  11.     
  12. E.g: LFORMAT="Delete %s%S"
  13.            
  14.     
  15. Example:
  16.  
  17. 1)
  18.     FindFile >ram:a dh0: #?.info lformat="Delete %s%s"    
  19.     Execute ram:a
  20.     
  21.     Note: do not really execute the ram:a script file, because
  22.     it will delete all your .info files on the harddisk.
  23.  
  24. 2)
  25.  
  26.     FindFIle >ram:a df0: #?.fastdir lformat="DELETE %S%S"
  27.     execute ram:a
  28.     
  29.     Will get rid of all your shitty .fastdir files.
  30. ANY COMMERCIAL USE OF THESE PROGRAM IS FORBIDDEN WITHOUT A WRITTEN PERMISSION OF THE AUTHOR. 
  31.  
  32. Please do not not hesitate to send your contributions, remarks etc.. to
  33. the Author:
  34.  
  35.     Jim Geuther
  36.     Graanzolder 29
  37.     3262 CR  Oud-Beijerland
  38.     Netherlands (Europe)
  39.     
  40.     
  41.