Hello all,

I know how to create a single folder but suppose I pass thru command
line argument:

C:\cars\toyota\solara

and imagine none of those folders exist in the hard drive. How would
you use VBScript to create them?

Thanks a lot in advance.

Re: Creating nested folders (from file path provided by user) by Ayush

Ayush
Thu Jul 19 19:37:42 CDT 2007

[mik357@hotmail.com] wrote-:
> Hello all,

> I know how to create a single folder but suppose I pass thru command
> line argument:

> C:\cars\toyota\solara

> and imagine none of those folders exist in the hard drive. How would
> you use VBScript to create them?


Use MD command :
md c:\cars\toyota\solara

Good Luck, Ayush.
--
Scripting Solutions Center : http://snipurl.com/Scripting_Solutions