From the 2014 version of setenv.bat, which uses the for command to parse the [new] License.env file.
for /f "delims== tokens=1,2*" %%i in (License.env) do ( if "%%i"=="SOFTIMAGE_LICENSE_METHOD" ( set SILicMethod=%%j ) else if "%%i"=="ADSKFLEX_LICENSE_FILE" ( set _ADSK_LicServers=%%j ) )
License.env is a file that looks something like this:
rem Licensing method: Standalone | MSSA | Network SOFTIMAGE_LICENSE_METHOD=Network rem License servers specified from the setup. Format: [port1]@host1[;[port2]@host2]... ADSKFLEX_LICENSE_FILE=2080@somewhere.someplace.com