DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Diadem Terminate with Script

Hello Together

 

I must be terminate a Diadem with a Script:

 

I wold it Start withe a Script wit Parameters

Calculate all values

Generate Report

Save All

 

ans at the end

Terminate Automatical the Programm

 

what is the Function to terminate this?

 

Thomas

0 Kudos
Message 1 of 4
(4,878 Views)

Hi Thomas,

you can use the command ProgramExit in your script.

 

DIAdemo

 

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

thanks

 

its very near 

0 Kudos
Message 3 of 4
(4,872 Views)
' avoid save dialog
FileModification = "ignore" 
' close DIAdem
ProgramExit

To avoid DIAdem to ask for saving changed content add one more line

0 Kudos
Message 4 of 4
(4,859 Views)