Thursday, February 14, 2013

Remove a file from CMD

To remove a file:
  1. Command: del [file name]
  2. If you want to delete the file named you.txt then the command will be: del you.txt 
 
 

No comments:

Post a Comment