Searching file system in DOS?
Results 1 to 2 of 2

Thread: Searching file system in DOS?

  1. #1
    Registered User Darkstar's Avatar
    Join Date
    Oct 2001
    Location
    St. Louis, MO USA
    Posts
    665

    Searching file system in DOS?

    Is it possible to search a whole drive for a file in DOS? I need to find a user's normal.dot file and it doesn't look like it's in any of the obvious places.

    Any help is appreciated!

  2. #2
    King of the Mermaids Diver01's Avatar
    Join Date
    Mar 2000
    Location
    Minnisoooda (cold wasteland)
    Posts
    1,443
    From the root of c: type

    dir Normal.dot /s

    That should kick off a global search for that file.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •