Index: vhTools.mac.rou =================================================================== diff -u -r734 -r1627 --- vhTools.mac.rou (.../vhTools.mac.rou) (revision 734) +++ vhTools.mac.rou (.../vhTools.mac.rou) (revision 1627) @@ -140,6 +140,19 @@ // ========================================================================================================================================== + // Name : ShowLicenseInfo + // Author : Wim Vermeulen + // Function: Schrijft de beschikbaarheid van de Cache licensies naar de terminal: + // + // Uit te voeren in Terminal: Do ShowLicenseInfo^vhTools() + // ========================================================================================================================================== +ShowLicenseInfo() + New BckFN,sc + Write "Resultaat van volgend command : Do $system.License.ShowCounts()",! + Do $system.License.ShowCounts() + Quit "" + + // ========================================================================================================================================== // Name : BackupLicense // Author : Wim Vermeulen // Function: Om het verloop van de Cache licensies te kunnen opvolgen: