Origin Version (Select Help-->About Origin): 7.5 Operating System:win2k
Hi everyone,
I'm pretty sure that this is impossible to do now, so I was wondering if in future origin versions there will be a command line application. For example, if you need to analyse a bunch of files, you could just type in something like:
>origin >open -w D:\data\*.dat //to open a bunch of files >(insert command for making linear graph, x,y ranges) >(export gif files)
Even better would be to be able to do this in Linux!!
Anyway, I guess that these are just a few things that I'd like to see in future Origin versions...
2. Close Origin, open a command prompt and enter this...
start origin75 /h -i CommandLine
The /h switch hides everything but the script window. The -i CommandLine switch insures that the script window will be open. Close Origin with the exit command.