Archive
Archive for July 31, 2010
Saving script data within document
July 31, 2010
10 comments
There is good way to store data within document elements. We can store very long text data into almost every element within InDesign. Data is only visible through scripting, and also can be set just through scripting. This is great way to carry document specific data everywhere we go, because data we set is saved into document. So, let’s see how we can use this great feature.
Categories: InDesign Scripts
InDesign CS3, InDesign CS4, InDesign CS5
Get network adapter Name/MAC/Speed
July 31, 2010
1 comment
Yesterday we had example how to read IP/Gateway with help of VBscript. Todaw we will try to get Adapter info and MAC address. On some systems, I don’t know why, but adapters are duplicated, so you can later convert values to array, and delete unwanted ones.
Categories: InDesign Scripts
InDesign CS4, InDesign CS5