T O P I C R E V I E W |
quickkk |
Posted - 01/26/2005 : 2:11:08 PM 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...
Cheers! |
1 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 01/27/2005 : 07:48:37 AM Not exactly what you're asking for, but Origin can be run without its program window.
1. Run this from the script window...
file -c "%YOrigin.ini" "%YCommandLine.ini"; ini.file$=%YCommandLine.ini; ini.Options.ScriptWindow=1;
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.
Mike Buess Origin WebRing Member |
|
|