Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: create directories inside many directories  (Read 2569 times)

0 Members and 1 Guest are viewing this topic.

rraymundo

  • Guest
create directories inside many directories
« on: October 03, 2007, 02:43:05 PM »
I have 50 folders named 1_d, 2_d, and so on. I think I should make a batch, but the main problem is that I dont know how to write the the command FOR in a batch. I am really new in this and please if someone can help me to write it

mkdir d_1
cd d_1
mkdir tmin
mkdir tmax
mkdir tdew
mkdir rain
cd..

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: create directories inside many directories
« Reply #1 on: October 03, 2007, 04:10:57 PM »
have you looked at "FOR /?"
type it into your command prompt and it will tell you how to use for ;)
If you still don't understand, let me know.