home *** CD-ROM | disk | FTP | other *** search
-
- Findfile - Finds all files with the specified filename
-
- Syntax: FindFile [?] pathname filename LFORMAT=
-
- pathname - Name of the path to be searched for the filename. E.g: DH0:
-
- filename - Name of the file(s) to be found. Accepts simple AmigaDOS filename patterns. E.g: #?.c
-
- LFORMAT= Similar to AmigaDOS LIST LFORMAT option
-
- E.g: LFORMAT="Delete %s%S"
-
-
- Example:
-
- 1)
- FindFile >ram:a dh0: #?.info lformat="Delete %s%s"
- Execute ram:a
-
- Note: do not really execute the ram:a script file, because
- it will delete all your .info files on the harddisk.
-
- 2)
-
- FindFIle >ram:a df0: #?.fastdir lformat="DELETE %S%S"
- execute ram:a
-
- Will get rid of all your shitty .fastdir files.
- ANY COMMERCIAL USE OF THESE PROGRAM IS FORBIDDEN WITHOUT A WRITTEN PERMISSION OF THE AUTHOR.
-
- Please do not not hesitate to send your contributions, remarks etc.. to
- the Author:
-
- Jim Geuther
- Graanzolder 29
- 3262 CR Oud-Beijerland
- Netherlands (Europe)
-
-
-