CMD Commands Cheat Sheet

Basic Navigation: BAT (Batchfile)cd [directory_path] # Change the current directory. dir [directory_path] # List directory contents. mkdir [directory_name] # Create a new directory. File Operations: BAT (Batchfile)copy [source] [destination] #…

0 Comments