Remove: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
Doomie (talk | contribs)
No edit summary
Line 11: Line 11:
== Example ==
== Example ==


Delete "moo.txt"
Deletes "moo.txt"


   /remove moo.txt
   /remove moo.txt


Delete "my music.mp3"
Deletes "my music.mp3"


   /remove "my music.mp3"
   /remove "my music.mp3"


Move "my file.txt" to the recycle bin
Moves "my file.txt" to the recycle bin


   /remove -b "my file.txt"
   /remove -b "my file.txt"

Revision as of 18:45, 3 September 2005

Removes the specified file.

 /remove <file>

The b switch removes the file and moves it to the recycle bin.

 /remove -b <file>

<file> is the file you want to delete. If the filename contains spaces, you need to use double quotes. If no special path is given mIRC assumes to find the file using the mIRC directory as basedir.

Example

Deletes "moo.txt"

 /remove moo.txt

Deletes "my music.mp3"

 /remove "my music.mp3"

Moves "my file.txt" to the recycle bin

 /remove -b "my file.txt"

See Also

To delete a directory: /rmdir