List of basic command prompt commands
Hello guys today I will share about "List of basic command prompt (cmd)"

- CD\ = Back to Root
- CD folder's name = to open the folder
- CD.. = OUT OF FOLDER 1 LEVEL
- DIR = To view the contents of a folder
- dir/ah = View files / folders that are hiden
- dir/s = To view the entire drive file
- dir/p = to view files per-page
- cls = to clean the screen
- date = to show the date
- md = to create a folder
- rd = to delete a folder
- del = to delete data
- del/a = to delete data which has attributes
- del/f = To remove data forcibly
- tree = to view folder structure
- copy file address [space] destination address (ex : copy d:\tulips.jpg d:\a\)
- ren = to change file's name (ex : ren tulips.jpg data.jpg)
Comments
Post a Comment