-
corpse
- Posts: 678
- Joined: Sun Jan 12, 2003 8:00 am
Post
by corpse »
I forget the exact search option to check for all files. I am looking at an old drive to find .doc files.
Is it *word* or something like that? I tried *.doc* but it didnt come up with anything and I know there are files there.
-
Scourge
- Posts: 15559
- Joined: Mon Mar 25, 2002 8:00 am
Post
by Scourge »
Do you mean the wildcard to search for all files with the same extention? Then, yes, *.doc would be it.
edit: is that second * on purpose? if so, it's not needed in your search, and may be screwing it up.
edit2: no, the second asterisk has no effect.
-
corpse
- Posts: 678
- Joined: Sun Jan 12, 2003 8:00 am
Post
by corpse »
Thanks. I thought maybe it was *.* ???
-
Scourge
- Posts: 15559
- Joined: Mon Mar 25, 2002 8:00 am
Post
by Scourge »
Only if you want to search for all files with any extention. Make sure you have search for hidden files as well.
-
corpse
- Posts: 678
- Joined: Sun Jan 12, 2003 8:00 am
Post
by corpse »
you mean all files such as if I had a document named quake.doc but wanted to find all files with quake.
I could search for *quake* and this would give me all references to quake on the hard drive.
-
Scourge
- Posts: 15559
- Joined: Mon Mar 25, 2002 8:00 am
Post
by Scourge »
corpse wrote:you mean all files such as if I had a document named quake.doc but wanted to find all files with quake.
I could search for *quake* and this would give me all references to quake on the hard drive.
Yes.