From WikiChip
Editing mirc/commands/copy
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | {{mirc title|/copy Command}} | + | {{mirc title|/copy Command}}{{mIRC menu}} |
− | The '''/copy command''' can be used to copy a file or an entire directory to another location. Both the source and the destination parameters support directory names. If the source is a directory the entire directory will be copied. The source parameter also supports | + | The '''/copy command''' can be used to copy a file or an entire directory to another location. Both the source and the destination parameters support directory names. If the source is a directory the entire directory will be copied. The source parameter also supports wildcard characters. |
This command is verbose by default. | This command is verbose by default. | ||
== Synopsis == | == Synopsis == | ||
− | /copy - | + | /copy -aop <nowiki><source></nowiki> <destination> |
== Switches == | == Switches == | ||
* '''-o''' - If the file exists, override it | * '''-o''' - If the file exists, override it | ||
* '''-a''' - If the file exists, append to it | * '''-a''' - If the file exists, append to it | ||
− | * '''- | + | * '''-p''' - Flush the copied file to the disk |
== Parameters == | == Parameters == | ||
− | * '''<nowiki><source></nowiki>''' - The name of the directory or file to be copied (can be a | + | * '''<nowiki><source></nowiki>''' - The name of the directory or file to be copied (can be a wildcard name) |
* '''<destination>''' - Destination filename (or directory) | * '''<destination>''' - Destination filename (or directory) | ||