The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Command Line Origin?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000