Returning Licenses to GE Cloud Server or Local License Server
You can return licenses to the GE Cloud Server or the Local License Server using the command line or a batch file.
Before you begin
Note: You may return one or more
activation codes by separating them with a semicolon. Do not use spaces between the
activation codes.
About this task
Procedure
-
To return licenses using the DOS command line:
-
To return licenses using a batch file, enter your commands in the following format in
your batch file:
echo off Start/wait ProficyLicenseWizard.exe -Return=1111-1111-1111-1111;2222-2222-2222-2222 if errorlevel 1 ( echo The command failed. Error code=%errorlevel% exit /b %errorlevel% ) echo Success
The command returns 0 when successful, or one of the error codes defined in the command return code table.