From WikiChip
Difference between revisions of "mirc/commands/mkdir"
(Created page with "The '''/mkdir command''' creates a new, empty, directory. == Synopsis == /mkdir <dirname> == Switches == None == Parameters == * '''<dirname>''' - The directory's path/nam...") |
(→Example) |
||
| (16 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{mirc title|/mkdir Command}} | ||
The '''/mkdir command''' creates a new, empty, directory. | The '''/mkdir command''' creates a new, empty, directory. | ||
| + | |||
| + | '''Note''': Since mIRC 7.46, /mkdir can create more than one directory at a time, you can now do /mkdir C:\new\new1\ | ||
== Synopsis == | == Synopsis == | ||
/mkdir <dirname> | /mkdir <dirname> | ||
| + | |||
| + | /mkdir <dirname\dirname2\dirname3\> | ||
== Switches == | == Switches == | ||
| Line 11: | Line 16: | ||
== Example == | == Example == | ||
| − | <syntaxhighlight lang="mIRC">; Create a directory | + | <syntaxhighlight lang="mIRC"> |
| − | /mkdir example | + | ;Create a directory in the mIRC root folder |
| + | /mkdir newdir\folder\example\ | ||
| − | ; Delete it | + | ;Delete it, do it one by one |
| − | /rmdir example</syntaxhighlight> | + | /rmdir newdir\folder\example\ |
| + | /rmdir newdir\folder\ | ||
| + | /rmdir newdir | ||
| + | </syntaxhighlight> | ||
== Compatibility == | == Compatibility == | ||
| − | + | {{mIRC compatibility|5.3}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== See also == | == See also == | ||
* [[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]] | ||
| − | * | + | * {{mIRC|$mircdir}} |
| − | * | + | * {{mIRC|$scriptdir}} |
| − | * | + | * {{mIRC|$read}} |
| − | * | + | * {{mIRC|$findfile}} |
| − | * | + | * {{mIRC|$finddir}} |
| − | * | + | * {{mIRC|/copy}} |
| − | * | + | * {{mIRC|/remove}} |
| − | * | + | * {{mIRC|/rename}} |
| − | * | + | * {{mIRC|/rmdir}} |
| − | * | + | * {{mIRC|/run}} |
| − | * | + | * {{mIRC|/write}} |
| + | {{mIRC command list}} | ||
| − | [[Category:mIRC commands]] | + | [[Category:mIRC commands|mkdir command - mIRC]] |
Latest revision as of 08:08, 9 September 2025
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /mkdir command creates a new, empty, directory.
Note: Since mIRC 7.46, /mkdir can create more than one directory at a time, you can now do /mkdir C:\new\new1\
Synopsis[edit]
/mkdir <dirname> /mkdir <dirname\dirname2\dirname3\>
Switches[edit]
None
Parameters[edit]
- <dirname> - The directory's path/name to create
Example[edit]
;Create a directory in the mIRC root folder /mkdir newdir\folder\example\ ;Delete it, do it one by one /rmdir newdir\folder\example\ /rmdir newdir\folder\ /rmdir newdir
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
- List of commands
- List of identifiers
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /remove
- /rename
- /rmdir
- /run
- /write
mIRC commands list