Hi,

I have successfully recorded a script that I now need to make generic so I can run it on a folder of files. Here is a snippet of the script

replace ">" using ">" searching in text 1 of text document "benelli2.html" options {search mode:literal, starting at top:true, wrap around:false, backwards:false, case sensitive:true, match words:false, extend selection:false}
        set current glossary set to "HTML Glossary.html"
        copy selection
replace "&lt;" using "<" searching in text 1 of text document "benelli2.html" options {search mode:literal, starting at top:true, wrap around:false, backwards:false, case sensitive:true, match words:false, extend selection:false}
        set current glossary set to "HTML Glossary.html"


I need to change the script so it will work on any files in a particular folder, not just the file

"benelli2.html"

I was copying out the bad text and pasting it into the find dialog box and that's what the copy selection is referring to. I assume I can just delete those lines?

Any tips/help/advice is appreciated.

Thanks,

Michael Heth





--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to