Basic Commands in Command Prompt PC
Basic Commands in Command Prompt PC (Windows)
For operating Folders (Folders:Directories)
For operating Folders (Folders:Directories)
- To open a folder - cd folderName
- To create a folder - mkdir folderName
- To delete a folder - rmdir folderName
For operating Files:
- To open a file - start file.txt
- To create a file - copy nul file.txt (empty ! that is why "nul")
- To delete a file - del file.txt
*In opening a file, using type of file the operating system (OS) opens the file with default application.
For operating through Directories:
- To fallback to previous directory - cd..
- To open other drive - e: (using drive letter (Local Disk E:))
Comments
Post a Comment