Button to copy template folder with prompt for name

I'm have trouble creating this script:

  • I a location D: I have templatefolder "clientsname", within this folder x subfolders + y templatefiles

  • every of our clients gets the same folderstructure + contents

For now I create a new folder, I rename it, and afterward I "drag & copy drop the contents of the template folder".

A script behind a button would be handsome.

I'm looking for a script to recreate this folderstructure and the contents on the current location + a prompt that asks me to enter the new folder name "clientsname"

I'm not getting there quit yet...

Copy "C:\Template Folder" TO="C:\Destination" AS="{dlgstring|Enter Client Name}"
1 Like

Ok thankyou Leo, and what if the destination folder where I want to create the new folder in, has to be the current folder and not predefined?

Replace TO="C:\Destination" with HERE

1 Like

Great. Up & running.

1 Like