18
Dec
How to enable auto-completion in windows command prompt
You know what some linux users miss in the Windows command prompt. It’s auto-completion of file names. In Linux, if you want the file name to be auto-complete, press “TAB” key.
The same thing can be achieved in Windows command prompt with an additional feature. If you keep hitting the “TAB” key, it will give you let you browse through all the directory and file names in the directory that you… Continue reading