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,400 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,393 Views)