@echo off

if /i "%PROCESSOR_IDENTIFIER:~0,3%" == "X86" ("%~dp0"32InstallLicenseServer.cmd) else "%~dp0"64InstallLicenseServer.cmd

pause
