Hi Harry and listers.

        Here's a way I know to find files easily.

        Get to a DOS window.

Now, type the following. FILENAME means the name of the file.  End the
following two lines with ENTER.

CD\
DIR FILENAME /S

Let's say you have a file called MYFILE.TXT.  the above command would be

CD\
DIR MYFILE.TXT /S

        This will display all occurences of your file, including sub directories.
If you don't find it on the C drive, go to the D drive if you have one.

Hope this works.
Kevin Minor
[EMAIL PROTECTED]

-
Visit the jfw ml web page: http://jfw.cjb.net

Reply via email to