From WikiChip
Difference between revisions of "mirc/commands/remove"
(Created page with "The '''/remove command''' can be used to delete a file permanently or sends it to the recycle bin. The filename cannot be a wildcard pattern. This command prints "* Removed '<...") |
m (Bot: Adding a template) |
||
Line 38: | Line 38: | ||
* [[/run command - mIRC|/run]] | * [[/run command - mIRC|/run]] | ||
* [[/write command - mIRC|/write]] | * [[/write command - mIRC|/write]] | ||
+ | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:MIRC commands]] |
Revision as of 20:57, 3 July 2014
The /remove command can be used to delete a file permanently or sends it to the recycle bin. The filename cannot be a wildcard pattern. This command prints "* Removed '<filename>'", to remove that message prefix the command with a dot (i.e. use /.remove).
Synopsis
/remove -b <filename>
Switches
- -b - Send the file to the recycle bin
Parameters
- <filename> - the file to remove
Example
; create and write to a file /write foo.txt Hello There ; remove the file /remove foo.txt
Compatibility
Added: mIRC v4.0
Added On: 20/03/96
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /mkdir
- /rename
- /rmdir
- /run
- /write
mIRC commands list