I am trying to find a way to auto checkout licenses when microstation starts and autoi checkin licenses when microstation closes. Is there a script or variable or anything that can make this possible? I would greatly appreciate any help with this. Thanks.
Keith K.
LicenseToolCmd appears to accept either slashes or dashes. I was able to reproduce the "Checkout Failed" message regardless of the status code. As you mentioned, however, the checkout succeeds even though it prints the wrong message as output. This appears to be a bug, albeit an asthetic one. If users see the output of your batch script, you can hide the output of LicenseToolCmd by appending >NUL to the end of the command as a workaround like so:
licensetoolcmd checkout /productid:1940 /productversion:8.11.7.434 /checkoutperiod:30 >NUL
As for the license registration dialog problem, I highly recommend placing a service ticket with our Technical Support Group for further assistance.