Hi all,
I recently posted a reply to Jose explaining how to search for files.
I left out an important step, though: I said to write
dir /s "[filename]" ...

In face, for this to work at all, you must add the /c switch. So
instead of what I said in my last post, please use this line instead:

/c dir /s "[filename]" > search.txt 2> search_err.txt

Note, too, that you can print results to a different location. For
example, if I wanted results to print to the general folder, I would
write

/c dir /s "[filename]" > "flash disk\general\search.txt" 2> "flash
disk\general\search_err.txt"

Note the quotes around the paths after the greater-than signs in the
previous example; this is because the path contains spaces, and spaces
must be surrounded by quotes if they are part of a path.

-- 
Have a great day,
Alex (msg sent from GMail website)
[email protected]; http://www.facebook.com/mehgcap

___
Replies to this message will go directly to the sender.
If your reply would be useful to the list, please send a
copy to the list as well.

To leave the BrailleNote list, send a blank message to
[email protected]
To view the list archives or change your preferences, visit
http://list.humanware.com/mailman/listinfo/braillenote

Reply via email to