From WikiChip
Difference between revisions of "mirc/commands/mkdir"
(→Example) |
(→Synopsis) |
||
Line 6: | Line 6: | ||
== Synopsis == | == Synopsis == | ||
/mkdir <dirname> | /mkdir <dirname> | ||
+ | |||
+ | /mkdir <dirname\dirname2\dirname3\> | ||
== Switches == | == Switches == |
Revision as of 09:01, 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
/mkdir <dirname> /mkdir <dirname\dirname2\dirname3\>
Switches
None
Parameters
- <dirname> - The directory's path/name to create
Example
; Create a directory in the mIRC root folder /mkdir newdir\folder\example\ ; Delete it /rmdir newdir\folder\example\ /rmdir newdir\folder\ /rmdir newdir
Compatibility
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
- List of commands
- List of identifiers
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /remove
- /rename
- /rmdir
- /run
- /write
mIRC commands list