| T O P I C R E V I E W |
| Physiker23 |
Posted - 03/22/2005 : 2:03:01 PM Origin Version (6.1): Operating System: winXP
Hi,
I would like to do some data analysis in existing origin projects automatically. The projects all have the same structure so I would like to write a script which has a loop that does the opening of the project, the analysis and the saving/closing of the files. There is a script command for closing a document without prompt, but how could I open an existing Origin project .opj with all its graphs and worksheets?
Thanks, Julia |
| 3 L A T E S T R E P L I E S (Newest First) |
| Hideo Fujii |
Posted - 03/23/2005 : 5:04:51 PM Hi Julia,
> The help index for "open project" never came up with > the "document" command.
We are sorry for the inconvenience you encountered. We are working to improve the LabTalk document to make it more accessible in more functionality-oriented manner for the next release. In fact, "document -o" command will be categorised in "Project Handling".
Hideo Fujii OriginLab
|
| Physiker23 |
Posted - 03/22/2005 : 3:54:28 PM Sorry about this simple question. The help index for "open project" never came up with the "document" command. Thanks, Julia |
| Mike Buess |
Posted - 03/22/2005 : 2:19:51 PM Hi Julia,
Use the document command...
doc -o projectName;
Mike Buess Origin WebRing Member |