Origin Version (Select Help-->About Origin): 7.5 SR6 Operating System: WinXP
I have a script that opens a data file, makes some graphs, parses a project name from the data file and then saves the project. Problem happens when the save is executed, Origin closes. I didn't expect that based on the write up of the save function. Any ideas?
Script Excerpt:
GrTemp$="C:\testnotes.txt";
run.section(,RunBatchMCS, GrTemp$);
window -a data1; %t = page.label$; %s = %[%t, "."];
save %s; |