I have to create 200 copies of a book, each with a diffrent name on it. I have a list of the names and i am trying to make it a simple copy and than paste in a dialoge box, than it saves with the...
("book"+NameField);
so it even renames it and saves it for me according to what i have but in the.
var NameField = prompt("enter name");
well i'm a noob, I'm assumeing it would go somthing like that, i just want to make it clear i'm not asking anyone to script for me i'm asking if one is already in exsistance. You can imagine this is hard to search for.
.