02-12-2018 09:23 AM
Is there a way to ignore changes when closing LabVIEW from the command-line? So that LabVIEW doesn't halt the exit with a save prompt.
I'm trying to get an automated build server going and want to be sure that LabVIEW is really closed on the remote server and not stuck in an unknown state.
02-28-2018 09:07 AM
How are you closing LabVIEW from the command line?
Also, are you always running into the issue with LabVIEW being stuck on a save prompt when closing?
Cheers,
Kevin
03-01-2018 03:13 AM
C:\>Taskkill /IM LabVIEW.exe /F
This is nasty... I'd consider it a last resort.
LabVIEW Programming ((make LV more popular, read this)
03-01-2018 04:19 AM
Definitely want to stay away from Taskkill as it doesn't close LabVIEW properly and could lead to a crash.