From WikiChip
Difference between revisions of "mirc/commands/remove"
m (Bot: Fixing compatibility) |
m (Bot: Adding a template) |
||
Line 1: | Line 1: | ||
+ | {{mIRC menu}} | ||
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). | 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). | ||
Revision as of 23:48, 28 July 2014
Template:mIRC menu 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 Mar 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
- List of commands
- List of identifiers
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /mkdir
- /rename
- /rmdir
- /run
- /write
mIRC commands list