HOW TO

Create custom ArcGIS Pro shortcuts by license type

Last Published: January 25, 2024

Summary

Custom batch files provide the flexibility to launch ArcGIS Pro with different license types and license levels. This is useful in both Concurrent Use  and Single Use environments, where users may need to switch licenses based on task requirements. This article provides the workflow to create custom batch files for ArcGIS Pro based on license type and license level.

Procedure

Note:
Ensure all license types and license levels are authorized on the machine before following the workflow provided.
  1. On the machine, create a new text file using a text editor such as Notepad.
  2. In the text file, input the following script:
set ESRI_SEAT_PREFERENCE_PRO=<license_type>
set ESRI_SOFTWARE_CLASS_PRO=<license_level>
set path=%path%;C:\Program Files\ArcGIS\Pro\bin
ArcGISPro.exe
  1. For the <license_type> variable, specify:
    • Float for Concurrent Use license.
    • Fixed for Single Use license.
  2. For the <license_level> variable, specify:
    • Viewer for the Basic license type.
    • Editor for the Standard license type.
    • Professional for the Advance license type.
Note:
For the 'set path' parameter, the default path for the ArcGIS Pro.exe file is used in this script. Specify the path appropriately if this path is changed during the installation process.

The image below shows the script used for this article. Float is specified for the Concurrent Use license, and Editor is specified for the Standard license type.

Notepad with the examples of the custom code
  1. Save the script as a batch file.
    1. On the text file, click File and click Save As....
    2. In the Save As window, specify a name for the file and type .bat at the end of the name.
    3. On the Save as type drop-down menu, select All Files, and click Save.
  2. Create a shortcut and a custom shortcut icon for the batch file.
    1. Right-click the batch file icon and select Create shortcut.
    2. Right-click the shortcut and select Properties.
    3. Click the Shortcut tab and select Change Icon....
    4. When the "The file <.bat file directory> contains no icons. Choose an icon from the list or specify a different file" warning message is returned, click OK.
Warning message .bat file contains no icons returned when clicking change icon
  1. In the Change Icon window, select an icon and click OK.
  2. In the Shortcut Properties window, click Apply and OK.

The image below shows the shortcut created for ArcGIS Pro with the Concurrent Use license type and the Standard license level.

ArcGIS Pro with Concurrent Use license type and Standard license level

Article ID:000031505

Software:
  • ArcGIS Pro 3 2
  • ArcGIS Pro 3 0
  • ArcGIS Pro 3 1

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options