As we migrate from ArcMap to ArcGIS Pro, we are inquiring about using the the same custom desktop shortcuts we use for ArcMap. Currently, for ArcMap we have Concurrent Use Licenses (all stored on the same license server) and we have created shortcuts for users. These shortcuts are .bat files. They have the option to launch ArcMap with Advance, Standard or Basic License. Example of a .bat file:
set ESRI_SOFTWARE_CLASS=Editor
set path=%path%;C:\Program Files (x86)\ArcGIS\Desktop10.6\bin
ArcMap.exe
Does anyone know if this will work for ArcGIS Pro as well? The Concurrent Use License set up for pro will be the same as ArcMap.
Thank you