From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Customize DIAdem desktop icon

Solved!
Go to solution

How can I create a customize desktop icon to do following steps when user double click on it? 

 

1. Open DIAdem in full size

2. Automatic run an DIAdem script.

 

Thank you

0 Kudos
Message 1 of 2
(4,111 Views)
Solution
Accepted by topic author NiCoder

Create a link to DIAdem.exe and use the start parameter

/CScriptStart('"C:\MyProject 1\MyScript.vbs"')

 You can get the help by lookup:

   Program launch Parameters

 

Alternatively you can configure a start script in DIAdem settings.

Settings->Options->General: Start Script

0 Kudos
Message 2 of 2
(4,104 Views)