Added in 1.9.0
/remove [-b] <filename>
Deletes the specified file.
Switches
| Switch | Description | 
| -b | Move the file to the recycle bin instead of deleting it. | 
Parameters
| Parameter | Description | 
| <filename> | File to remove. | 
Example
;Create and write to a file. /write test.txt Hello There ;Remove the file. /remove test.txt