CMD Important Commands To Learn
Basic CMD Commands
Open windows CMD and run these commands for best practice.
Navigation Commands
cd [directory]- Change directory.
- Example:
cd C:\Users\Yourdirectory
cd..- Move up one directory level.
dir- Display the list of files and directories in the current directory.
cls- Clear the screen.
path- Show or set the PATH environment variable.

Comments
Post a Comment