A sample batch processing routine called BATCH.OGS can be found in the Buttons
folder of the Origin software. This script example demonstrates the import of two
ASCII files which are plotted into two layers of a double y template, after which a linear
regression is performed. To run this batch file, open a new Origin Project, then open the Script Window
and enter the following script:
run.section(buttons\batch,main) [ENTER]
You may open BATCH.OGS in any text editor to view how our LabTalk programming
language is used for this routine.
[This message has been edited by Lorraine Weibel (edited 11-12-98).]