Mkdir: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 19:02, 7 April 2008

Creates the specified directory.

/mkdir <dirname>

Example

/mkdir www

Creates a directory named "www" in the mIRC directory.

/mkdir "C:\Test Directory\"

Creates the directory "C:\Test Directory\"

See Also

  • /rmdir - removes a directory
  • /rename - renames a file or directory
  • $sdir - gives a directory input to the user