With slightly modifying the DIR command, it will be able to use it to search for specific files only. for instance, if you will find Microsoft Word files ( *. doc ), then all you have to do is :
dir*.doc
Note :
Character * ( asterisk ) represents all or any filenames.
. doc files means that we will look for doc extension or as a Word document. you can replace this extension with other extensions to suit your needs, such as: jpg,. pdf,. txt, and so forth.
Do not forget, after writing the command, press the enter key to run it.
finish
by kiky
0 comments:
Post a Comment