I
Ian
Saw the following in a magazine to create multiple folders but cant get
it to work:
From inside a folder and a command prompt type:
For /L %a IN (1.1.5) DO MD %a (return)
The numbers in brackets I gather are in steps of 1 and the 5 is the
number of folders required. Though I get no error messages neither do I
get any folders created.
Would like to know if I have typed the line correctly.
Thanks
Ian
it to work:
From inside a folder and a command prompt type:
For /L %a IN (1.1.5) DO MD %a (return)
The numbers in brackets I gather are in steps of 1 and the 5 is the
number of folders required. Though I get no error messages neither do I
get any folders created.
Would like to know if I have typed the line correctly.
Thanks
Ian