Wednesday, May 20, 2015

Create ls command for Windows cmd

In order to enable cmd on Windows run ls command just run from command line this:
echo dir %1 > %systemroot%\system32\ls.bat

No comments: