Difference between revisions of "Mkdir"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 21: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