Often times I get confused and type ls in Windows command prompt; and end up with this: 'ls' is n...

Often times I get confused and type ls in Windows command prompt; and end up with this:
'ls' is not recognized as an internal or external command,
operable program or batch file.

Finally, today, I created ls.cmd file with one line -- dir -- and add it the PATH. Yay!

Comments