Auto folder creation button

Hi,

I was wondering if there is a way to create a button that will do as follows:

  1. Pop up asking how many folders I would like to create

  2. Auto create that # of folders with a prefix "pano_"

example...

i want 4 folders.. and i will enter 4

Result:

pano_001
pano_002
pano_003
pano_004

is there a way to do something like that?

Don't think there's a way to do this at the moment.

I'd write a VBScript for that sort of task.

I just created and posted CreateNumberedFolders - User Command. Give it a try, it should get the job done until something better comes along.

hi,

thanks for that command.. it works well... however, what I really need is a popup box in which i could simply put i want 10 folders or 4 or 40 without having it hardcoded into the button. It does work well tho.. thx :slight_smile:

Go download the new version and check out the new example. It should have you covered 100% now.