DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

DIAdem Start with parameter: more than one parameter possible?

Hi all,
 
is it possible to start DIAdem with more than one parameter?
I want my users to start DIAdem with a certain desktop.ddd and start a script.
 
Is there any workaround?
0 Kudos
Message 1 of 4
(3,865 Views)

Hello themad!

DIAdem supports multiple /C commands in the command line. In your use case only one /D and a /C command is necessary.

Matthias

Matthias Alleweldt
Project Engineer / Projektingenieur
Twigeater?  
Message 2 of 4
(3,864 Views)
Thx for you fast help.
 
Can you give me a quick example, I seem to not get the syntax correct.
 
0 Kudos
Message 3 of 4
(3,862 Views)

No problem, here is an example:

/D"MyDesktop.DDD" /C"T1:='My T1 Value'" /CR1:=1.234 /C"ScriptStart('My Start Script.vbs')"

Be sure to wrap every command with " if there is a space in the value. You have to use DIAdem formula syntax.

Matthias

Matthias Alleweldt
Project Engineer / Projektingenieur
Twigeater?  
Message 4 of 4
(3,858 Views)