When I tried to use list ls on a Windows command prompt, the system doesn't recognize it. I already added C:\Windows\System32 in the path.

5

1 Answer

Use the command dir to list all the directories and files in a directory; ls is a unix command.

8