/*******************************************************/ /** This file can be used to bypass the login dialog **/ /*******************************************************/ rem To take this file into use, add the following parameter rem to the command line of Tekla Structures shortcut: rem -I "..\TeklaStructures\2021.0\environments\southamerica\Bypass.ini" rem rem An example of the whole command line with the added parameter: rem ..\TeklaStructures\2021.0\nt\bin\TeklaStructures.exe -I "..\TeklaStructures\2021.0\environments\southamerica\Bypass.ini" -i "C:\Users\[user_name]\AppData\Local\Tekla Structures\2021.0\UserSettings\user.ini" rem rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem *** Setting the license server rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem This variable should point license server in use rem set XS_LICENSE_SERVER_HOST=27007@MY_LICENSE_SERVER_NAME rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem *** Setting the environment rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem This variable should point to the environment specific .ini file set XS_DEFAULT_ENVIRONMENT=%XSDATADIR%\environments\southamerica\env_Southamerica.ini rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem *** Setting the role rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem Note that both XS_DEFAULT_ENVIRONMENT and XS_DEFAULT_ROLE must be set for bypass to work. rem Uncomment the line you want to use (one line only). rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_All.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Cast_in_Place_Detailer.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Contractor.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Engineer.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Multimaterial_Detailer.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Precast_Concrete_Detailer.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Steel_Detailer.ini rem set XS_DEFAULT_ROLE=%XSDATADIR%\environments\southamerica\role_Timber_Detailer.ini rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem *** Setting the license type rem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rem This setting is needed only when more than one license type is available. rem Uncomment the line you want to use (one line only). rem set XS_DEFAULT_LICENSE=CARBON rem set XS_DEFAULT_LICENSE=GRAPHITE rem set XS_DEFAULT_LICENSE=DIAMOND rem set XS_DEFAULT_LICENSE=FULL rem set XS_DEFAULT_LICENSE=TeklaStructures_Primary rem set XS_DEFAULT_LICENSE=STEEL_DETAILING rem set XS_DEFAULT_LICENSE=REBAR_DETAILING rem set XS_DEFAULT_LICENSE=PRECAST_CONCRETE_DETAILING rem set XS_DEFAULT_LICENSE=CONSTRUCTION_MODELING rem set XS_DEFAULT_LICENSE=DRAFTER rem set XS_DEFAULT_LICENSE=ENGINEERING rem set XS_DEFAULT_LICENSE=PROJECT_VIEWER rem set XS_DEFAULT_LICENSE=PRODUCTION_PLANNER rem set XS_DEFAULT_LICENSE=EDUCATIONAL rem set XS_DEFAULT_LICENSE=DEVELOPER rem set XS_DEFAULT_LICENSE=EPM_MODELER