Here are a few tips that will help you become a Command Prompt Pro:
* Turn on Quick Edit Mode. This will allow you to easily select, copy and paste all with just your mouse and a right click. Details Here
* When typing in a file or folder name, type in part of the name and then hit the TAB key to bring up matches. Use SHIFT +TAB to go the other direction.
* When searching for a file, type in dir part_of_filename* to look for the file in the folder. To search sub directories as well, append the /s flag as well. Example: dir exp* /s (more…)
appending,
Code,
command prompt,
computer,
filelist,
network path,
shift tab,
tab key,
tips,
tweak,
tweaks,
Windows