From WikiChip
Difference between revisions of "mirc/commands/remove"
< mirc‎ | commands

m (Bot: Fixing links)
m (Bot: Fixing links)
Line 27: Line 27:
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$mircdir identifier - mIRC|$mircdir]]
+
* {{mIRC|$mircdir}}
* [[$scriptdir identifier - mIRC|$scriptdir]]
+
* {{mIRC|$scriptdir}}
* [[$read identifier - mIRC|$read]]
+
* {{mIRC|$read}}
* [[$findfile identifier - mIRC|$findfile]]
+
* {{mIRC|$findfile}}
* [[$finddir identifier - mIRC|$finddir]]
+
* {{mIRC|$finddir}}
 
* {{mIRC|/copy}}
 
* {{mIRC|/copy}}
 
* {{mIRC|/mkdir}}
 
* {{mIRC|/mkdir}}

Revision as of 20:36, 5 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

[Expand]
v · d · e mIRC commands list