How to search for a file, without using windows search


Here is a way to search for a file in windows without using windows search


Step 1 : Goto command line (Windows key + R ) and type CMD

Step 2: goto root directory by typing cd \

Step 3: To search a file, type

dir /s <file name>

Eg : dir /s winrouter*.*

you can see that it can accept wildcards







Comments

Popular posts from this blog

Converting OVA file to VMX file

How to upgrade Huawei WA1003A to a Feature Rich Firmware

A simple and easy Spark standalone program for beginners.