home *** CD-ROM | disk | FTP | other *** search
- 02/27/84
-
- FILE is a program that automatically commences at A0: and looks
- through all drives and all permitted user areas (set by default to
- look through all from 0-15) for a particular file. (Much easier to
- use than SD.COM.).
-
- TO USE: (assuming you want to find a file named HELLO.ASM)
-
- B4>FILE HEL*.* <cr> (wild cards are acceptable)
-
-
- It then starts at A0: automatically and looks through all drives
- and all user areas for any file starting with the characters 'HEL'.
- It will then print the location of all such files. You can abort at
- any time with a CTL-X. Currently set to scan two drives.
-
-
- A2>FILE <cr> (displays help message)
-
- This will display the syntax of the program and return the user
- to CP/M.
- - Notes by Irv Hoff