skip to main |
skip to sidebar
To clear the CMD Screen:
- Command: cls
To See or change the date:
- Command: date
To see or change the time:
- Command: time
To remove a folder or directory:
- Command: del [directory name]
- If you want to remove a directory named tuiFaltu then the command will be: del tuiFaltu
To remove a file:
- Command: del [file name]
- If you want to delete the file named you.txt then the command will be: del you.txt
To see all the files in a directory or folder:
- Command: dir
To Move a file:
- Command: move [file name] [new file location]
- If our old file location is E:\faltu and we want to change the file location you.txt to the location E: then the command will be: move you.txt E: