I'm working on something to make deployments to new environments a little easier, and one thing that would be super helpful is the ability to create or update VOC items from a script of some kind (e.g. a PAragraph). I could of course do it from a basic program, but then the person doing the process would have to know how to save the program to the appropriate place, compile and catalog, and then run the program. The idea is to give them a script and after saving it as a PA in the VOC, have them run it and it will take care of all the heavy lifting after that. Most things I can do (creating directories, compiling programs, etc) but can't find a command that will allow you to update a file directly from TCL. Anyone got any suggestions on a command? I've got to be missing something obvious that will do this.
PA
UPDATE VOC INVOICE.EXTRACTS SET INV.PATH='/path/to/invoices'
UPDATE VOC INVOICE.EXTRACTS SET INV.PATH2='/path/to/invoices2'
UPDATE VOC INVOICE.EXTRACTS SET INV.PATH3='/path/to/invoices3'



