|
Hi, I want to start out by saying that I know almost nothing about Batch Files, Visual basic or Programing. I am working on a Dell laptop computer running Windows XP2000.I need quite often to make 12 folders (directories) that are the same except for a sequence number. Example:Wk1, Wk2, Etc.Month1, Month 2, etc. I do not know if this can be done in a batch file or a small Visual Basic file I could execute. I know that I can make the dir in a batch file if I type it all out. Problem in the Name of the file (wk) in my example is always changing.
x=1
MD (name I want), "x" x=x+1
Loop 12 times exit
This way when I needed a new name I could go into the program an just change the name.
I have asked all around and cannot find any help, I'm in my 70's and all my friends have computers but none know anything about programing.
If I get an answer do I search for my topic heading or will it come e-mail
Thanks Chuck
I hope there is a way to do this.
|