Changed Title.
[edited by: MStokowski at 11:39 PM (GMT -5) on 9 Feb 2024]
Hi eetech00 ,
You would like to sync release without starting LTspice if possible. Is that a correct assessment?
mike
Hi
Yes, only when -sync switch is used
The way it works now - the GUI is launched, the update performed, then an OK prompt displayed that has to be clicked to continue (after which the GUI then closes).
I'd like this to work silently and non-interactively only when the -sync switch is used.
If errors/warning are generated during a sync, write them to the LTspice error log. Or perhaps the log for this operation could be an "update.log" that is displayed only if there are errors.
thanks
Thank you...
Thank you...
Hi eetech00 ,
Apologies. Here's a solution that might work for you. Use -b -sync. The -b switch prevents full UI from opening. There is a dialog with Cancel, but it does not require interaction to finish.
mike
Hello Mike
Yes. That will work for me.
Thank you.