List of basic command prompt commands

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

 
 
  1. CD\ = Back to Root
  2. CD folder's name = to open the folder 
  3. CD.. = OUT OF FOLDER 1 LEVEL
  4. DIR = To view the contents of a folder 
  5. dir/ah = View files / folders that are hiden
  6. dir/s = To view the entire drive file
  7. dir/p = to view files per-page
  8. cls = to clean the screen 
  9. date = to show the date
  10. md = to create a folder
  11. rd = to delete a folder
  12. del = to delete data
  13. del/a = to delete data which has attributes
  14. del/f = To remove data forcibly
  15. tree = to view folder structure
  16. copy file address [space] destination address (ex : copy d:\tulips.jpg d:\a\)
  17. ren = to change file's name (ex : ren tulips.jpg data.jpg)

Comments