Computing.Net > Forums > Windows Vista > Batch to create multipl folders?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch to create multipl folders?

Reply to Message Icon

Name: Aasim Pathan (by BMN12345)
Date: March 22, 2008 at 14:08:18 Pacific
OS: vista
CPU/Ram: amd
Product: homemade
Comment:

Anyone know of a simple way to create multiple folders with a structure like:

C:\x\01
C:\x\02
C:\x\03
C:\x\04
C:\x\05

To clarify: "make 'x' number of subfolders within folder 'abc' and number them numerically"

(of course considering the time ive spend trying to find out how to do this i could have created them manually by now :)



Sponsored Link
Ads by Google

Response Number 1
Name: LL
Date: March 22, 2008 at 18:39:45 Pacific
Reply:

Review the following article as well as the posts below it.

create multiple folders using a bat file

sLLs


0

Response Number 2
Name: ASSMAN
Date: March 24, 2008 at 23:31:40 Pacific
Reply:

try this

@echo off
md c:\x\01
md c:\x\02
md c:\x\03
md c:\x\04
cls
exit


offcourse you have to replace the x with whatever you want the folders to me named
if you have any questions send me a message

ASSMAN


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Vista Forum Home


Sponsored links

Ads by Google


Results for: Batch to create multipl folders?

unable to create new folder www.computing.net/answers/windows-vista/unable-to-create-new-folder/4438.html

cant create new folders on desktop www.computing.net/answers/windows-vista/cant-create-new-folders-on-desktop/5393.html

Batch to use saved data in batch programing www.computing.net/answers/windows-vista/batch-to-use-saved-data-in-batch-programing/5693.html