This page on Command Line Syntax says I can use something like *.txt to search for a file.
For example, folder Z contains a.txt, b.txt, c.doc, etc.
Now, after I've changed the working directory to Z, what follows next?
It seems that I can't type that straightaway, as this will give me the following:
'*.txt' is not recognized as an internal or external command, operable program or batch file.
How do I go about doing it?