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*.* (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 (displays help message) This will display the syntax of the program and return the user to CP/M. - Notes by Irv Hoff