CMD Important Commands To Learn

 Basic CMD Commands 

Open windows CMD and run these commands for best practice.














Navigation Commands

  1. cd [directory]

    • Change directory.
    • Example: cd C:\Users\Yourdirectory
  2. cd..

    • Move up one directory level.
  3. dir

    • Display the list of files and directories in the current directory.
  4. cls

    • Clear the screen.
  5. path

    • Show or set the PATH environment variable.

 

Comments

Popular posts from this blog

PowerShell Command With Ipv6 in PC

Important Windows Command Line