PDA

View Full Version : Solved: Creating folder



Rejje
12-05-2010, 09:43 AM
Hi! How does one create a folder anywhere in the computer?

In this case it's on the desktop: "C:\Documents and Settings\RejjeRejje\Desktop" and folder name is a random "14507D"

(if possible and better code should create "C:\Documents and Settings\RejjeRejje\Desktop\14507D" immediately without having to put in string for where to place and name of folder separately)

Bob Phillips
12-05-2010, 11:26 AM
MkDir "C:\Documents and Settings\RejjeRejje\Desktop\14507D"

Rejje
12-05-2010, 01:41 PM
Thanks man! Works just fine!