I'm a little rusty on my batch file syntax.
I have a drive with about 700 top level directories and I want to create the same empty subdirectory under each one.
example:
I have
x:\dir1
x:\dir2
x:\dir3
under each one I want to create a directory like this:
x:\dir1\test
x:\dir2\test
x:\dir3\test
thanks in advance
DnetMHZ
I have a drive with about 700 top level directories and I want to create the same empty subdirectory under each one.
example:
I have
x:\dir1
x:\dir2
x:\dir3
under each one I want to create a directory like this:
x:\dir1\test
x:\dir2\test
x:\dir3\test
thanks in advance
DnetMHZ