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

m (Bot: Adding a template)
m (Bot: Fixing links)
Line 32: Line 32:
 
* [[$readini identifier - mIRC|$readini]]
 
* [[$readini identifier - mIRC|$readini]]
 
* [[$fopen identifier - mIRC|$fopen]]
 
* [[$fopen identifier - mIRC|$fopen]]
* [[/copy command - mIRC|/copy]]
+
* {{mIRC|/copy}}
* [[/fclose command - mIRC|/fclose]]
+
* {{mIRC|/fclose}}
* [[/fopen command - mIRC|/fopen]]
+
* {{mIRC|/fopen}}
* [[/mkdir command - mIRC|/mkdir]]
+
* {{mIRC|/mkdir}}
* [[/remove command - mIRC|/remove]]
+
* {{mIRC|/remove}}
* [[/rmdir command - mIRC|/rmdir]]
+
* {{mIRC|/rmdir}}
* [[/write command - mIRC|/write]]
+
* {{mIRC|/write}}
* [[/writeini command - mIRC|/writeini]]
+
* {{mIRC|/writeini}}
 
{{mIRC command list}}
 
{{mIRC command list}}
  
 
[[Category:MIRC commands]]
 
[[Category:MIRC commands]]

Revision as of 19:49, 5 July 2014

The /rename command can be used to rename and/or move a file or a directory. If the path contains spaces, you must enclose the path in a pair of double quotes ($qt).

Synopsis

/rename <filename> <new_filename>
/rename <dirname> <new_dirname>

Switches

  • <filename> - The path of the file or directory to rename or move
  • <new_filename> - The new path of the file or directory

Parameters

None

Example

/rename E:\example.txt E:\renamed.txt

Will produce the following result:

* Renamed 'E:\example.txt' to 'E:\renamed.txt'

Compatibility

Added: mIRC v5.3

Added On: 13/12/97

Note: Individual switches were not taken into consideration.

See also

[Expand]
v · d · e mIRC commands list