From WikiChip
Difference between revisions of "mirc/commands/mkdir"
m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +)) |
m (Bot: de-linking old mIRC menu) |
||
(6 intermediate revisions by 2 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 == | ||
Line 18: | Line 21: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.3}} | |
== See also == | == See also == | ||
Line 36: | Line 39: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|mkdir command - mIRC]] |
Latest revision as of 18:32, 15 June 2017
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>
Switches[edit]
None
Parameters[edit]
- <dirname> - The directory's path/name to create
Example[edit]
; Create a directory /mkdir example ; Delete it /rmdir example
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