How to check the expiry date of a borrowed flexnet license?
ptcstatus.bat does not show the expiry date, only # of licenses borrowed and type.
Pls help!
Hi,
create borrow_status.bat file containing following rows and replace red path related to my installation with path related to your installation. After saving the file simply doubleclick it in Windows Explorer.
@echo off
set PATH="C:\PTC\Creo2_M070\Creo 2.0\Common Files\M070\x86e_win64\obj";%PATH%
lmutil lmborrow -status
pause
NOTE: You have to run the file on client machine under user account, where borrow action was initiated.
MH
THANKS SO MUCH Martin !!!