Guest User

Untitled

a guest
Jan 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //-- COMMANDS --//
  2.  
  3. cd.. --> return to prev directory
  4. cd --> change directory
  5.  
  6. dir --> list folder and files
  7. md --> Make directory
  8. rd -- remove directory
  9.  
  10. copy --> copy a file (copy path\filename.txt path/destination)
  11. del --> delete a file (del path\filename.txt)
  12. move --> move a file (move path\filename.txt path/destination)
Add Comment
Please, Sign In to add comment