Chris, okay. my next request should be pretty easy, and probably only requires 
some minor modifications to the script that you already sent me.

I am creating a new section on my website consisting of 300 HTML documents.

I have a current HTML document which I want to duplicate 300 times. However, 
with each new document that is made from the original, I want to change the 
name to something else that is included in a name list, similar to the current 
script. Once the 300 new documents are made from the original HTML document, I 
will then edit their contents.

Easy to do?

Kind regards,

Bill

> On Jan 12, 2019, at 5:51 AM, Christopher Stone <listmeis...@suddenlink.net> 
> wrote:
> 
> On 01/11/2019, at 01:18, Bill Kochman <wordweaver...@gmail.com 
> <mailto:wordweaver...@gmail.com>> wrote:
>> Are you saying that I need to paste in a long list of the folder names in 
>> that variable? If so, do I need to separate that by commas, or spaces, or 
>> one name per line, or what?
> 
> 
> Hey Bill,
> 
> See how I've placed the folder names 1 per line here:
> 
> set folderNameList to paragraphs 2 thru -2 of "
> Folder 01
> Folder 02
> Folder 03
> "
> 
> I'm doing all the work for you by transforming a text list into an 
> AppleScript list.
> 
> So all you have to do is paste your list into the variable in place of the 
> current 3 item list.
> 
> Run my script as is from the Applescript Editor and see how it works.
> 
> Change a couple of the names and try that.
> 
> You should then have a feel for how the script works.
> 
> On the other hand – if you want to send me your complete name list I can 
> write you a working script.
> 
> --
> Best Regards,
> Chris
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or need technical support, please email
> "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: <https://www.twitter.com/bbedit 
> <https://www.twitter.com/bbedit>>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "BBEdit Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to bbedit+unsubscr...@googlegroups.com 
> <mailto:bbedit+unsubscr...@googlegroups.com>.
> To post to this group, send email to bbedit@googlegroups.com 
> <mailto:bbedit@googlegroups.com>.
> Visit this group at https://groups.google.com/group/bbedit 
> <https://groups.google.com/group/bbedit>.

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to