Remove: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
/remove moo.txt | /remove moo.txt | ||
Delete "my | Delete "my music.mp3" | ||
/remove "my | /remove "my music.mp3" | ||
Move "my file.txt" to the recycle bin | Move "my file.txt" to the recycle bin | ||
/remove -b "my file.txt" | /remove -b "my file.txt" |
Revision as of 18:24, 3 September 2005
Removes the specified file.
/remove <file>
The b switch removes the file and moves it to the recycle bin.
/remove -b <file>
<file> is the file you want to delete. If the filename contains spaces, you need to use double quotes.
Example
Delete "moo.txt"
/remove moo.txt
Delete "my music.mp3"
/remove "my music.mp3"
Move "my file.txt" to the recycle bin
/remove -b "my file.txt"