When using the command line on Windows have a big problem.
This happens because I use Linux on my computer.
Command alias of Linux gave me the idea.
I put these lines of code in the Autoexec.bat file:
1 2 3 | @echo off doskey ls=dir |
Now, using the REGEDIT command to startup Autoexec.bat.
If you try to use ls -l this command will not work.
You need to put another doskey.
This is just a brief tutorial.