Hi
When Origin is started in a Command line environment (such as Windows cmd window), it reads the command line beyond the Origin.exe call to check if any optional arguments have been specified.
For example:
First it changes the current directory to the Origin exe directory. It then calls Origin and passes the following command line arguments:
cd "C:\Program Files\OriginLab\Origin2016"
Origin93.exe -m -rs
type -b "doc -ddde 1";exit
-m:Minimize the Origin application.
-rs: Similar to -R but without having OPJ specified. All the remaining string from the command line will be used as LabTalk script and run after Origin C startup compile has finished.
Thanks
Jacqueline
OriginLab