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
 Origin startup options

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
grahamc Posted - 03/21/2000 : 8:01:00 PM
I have programs that periodically start Origin in a minimised form and send it DDE commands to perform various presentation functions on data coming in, then exit until another one is launced later when needed.

When Origin starts, even minimised, it displays the splash screen for a few seconds. It also pops up the dialog boxes showing the progress of the data load, which stay there for some time since the data is a few million elements. Can I eliminate these annoyances?

Also, is there a way to specify the process priority of Origin at startup so that it can run at low priority? It takes longer to obtain and process the data than to plot it, so time isn't a problem. Obviously I can manually change the process priority after startup, but that gets tedious.

I don't want to keep Origin hanging about in the background, which would solve the priority and splash screen issues, for two reasons;

1) It is possible that two programs will require Origin sessions at the same, or overlapping, times,

2) I've been stung before with Origin keeping hidden datasets and other variables around after a document has been closed, and with these large datasets I don't want any chance of that!

1   L A T E S T    R E P L I E S    (Newest First)
Gary Lane Posted - 03/22/2000 : 1:49:00 PM
Hi,

If you are running Origin 6.0 try using the /h command line switch at launch time. That's launch not lunch! This will hide the splash screen and possibly any import progress dialog boxes. It does not hide the Script Window, Results Log, Project Explorer, or Tips of the Day so these will need to be closed in an earlier instance of Origin (the open/close state of these objects is remembered across instances of Origin). The command to launch Origin would be similar to

C:\Origin60\Origin60.exe /h

Versions earlier than Origin 6.0 do not support the /h command line switch.

Origin does not currently support programmatic control of its process priority. However, I will forward the suggestion to our developers.

Finally, I understand that there is a Windows constraint that you can not start two instances of an Origin DDE server at once but as far as I know there is no reason why one instance of Origin can not simultaneously serve two client applications. Also, when finished serving client applications you can loop on and delete all existing datasets using the LabTalk script

doc -e S {delete %C;};

I Hope this is helpful.

-Gary


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