command line help needed

B

BigDaddyCool

Suppose I'm in a directory c:\temp. How do I write for loop that will create
26 directories, one for each letter of the alphabet? So like after the for
loop executes, the directory will have 26 folders like this:

c:\temp\a
c:\temp\b
c:\temp\c

....

c:\temp\z

How do I do this?
 
J

JE McGimpsey

BigDaddyCool said:
Suppose I'm in a directory c:\temp. How do I write for loop that will create
26 directories, one for each letter of the alphabet? So like after the for
loop executes, the directory will have 26 folders like this:

c:\temp\a
c:\temp\b
c:\temp\c

...

c:\temp\z

How do I do this?

Hmmm... I suspect you're not using MacOffice, which is what this
newsgroup deals with (hence the .mac. in the newsgroup name).

You also don't indicate which application you're referring to, or even
if you want to use an Office application at all, or whether you want
some other Windows scripting method.

Try posting in a more appropriate newsgroup, with a bit more information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top