‘ls’ is not recognized as an internal or external command, operable program or batch file
I’m fairly certain that the ls command is for Linux, not Windows (I’m assuming you’re using Windows as you referred to cmd, which is the command line for the Windows OS). You should use dir instead, which is the Windows equivalent of ls. Edit (since this post seems to be getting so many views 🙂 … Read more