Is it possible to create 5 folders with the name Video-01, Video-02, Video-03, Video-04, Video-05 with a single clic on a button while entering "Video-" and "5" in a dialog box?
I want to be able to change "Video-" and the number(5) for anything else though.(e.g. If i need to create 8 cd folders).
You can change the "intPadTo" number at the top so it pads numbers to two digits (explained in the thread), and it should be easy to make it use - instead of _ before the numbers by finding the _ in the script and changing it to a -.