
                               File Find v1.01
                               ---------------
                           (C)1994 Desire In Envy


Format.
-------
FFIND [parameters] [drv:][dir]<file>


Parameters.
-----------
/P              - Wait for key if screen is full
/T              - Search dir's in PATH
/E              - Search dir's in FFPATH environment string
/G              - Go to found file (in combination with /Fnnn; go to nnn found
                  file)
/Fnnn           - Search nnn files (1-255)
/D              - Search drives in FFDRV environment string
/A              - Search all drives


Environment strings.
--------------------
FFDRV           - Usage: SET FFDRV=drive letters (bv: SET FFDRV=abeh)
FFPATH          - Usage: same as PATH
PATH            - Usage: see manual MSX-DOS 2.xx


Examples.
---------
FFIND /G/F2 A:\DOS\*.COM              ; Go to second found .COM-file in A:\DOS

FFIND /D/E/P *.GEN                    ; Search all drives in FFDRV in all dirs
                                      ; specified in FFPATH and wait for key
                                      ; if screen is full

SET FFDRV=ABH
SET FFPATH=\SOURCE; A:\UTILS; H:\DOS;
FFIND /D/E *.*                        ; Search A: in dir's \SOURCE, \UTILS
                                      ; Search B: in dir's \SOURCE
                                      ; Search H: in dir's \SOURCE, \DOS

FFIND /T/G MSXDOS2.SYS                ; Search in path for MSXDOS2.SYS, if
                                      ; found then quit and stay in dir

FFIND /A *.*                          ; Show's all files in all drives

FFIND /A *.* > ALLFILES.TXT           ; Same, but now the output goes to
                                      ; ALLFILES.TXT (see MSX-DOS 2.xx manual)
