From WikiChip
mirc/commands/remove
< mirc‎ | commands
Revision as of 05:45, 6 December 2013 by David (talk | contribs) (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 '<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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