Best and easiest way to use cd command in command prompt
by rajesh[ Edit ] 2009-11-04 21:10:27
we will be using cd command to move to different folders while using command prompt
for moving to "Program Files" folder, we will use the command as
>cd "C:\ProgramData"
instead we can just use
>cd C:\P*
or
>cd C:\P*a
nothing but regular expression again )