We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898306f commit 6698c67Copy full SHA for 6698c67
refresh_portal.bat
@@ -0,0 +1,11 @@
1
+echo Opening up ArcGIS Pro
2
+
3
+start /b C:\"Program Files"\ArcGIS\Pro\bin\ArcGISPro.exe
4
5
+echo waiting 25 seconds
6
+timeout 25
7
8
+echo closing ArcGIS Pro
9
+Taskkill /IM ArcGISPro.exe /T /F
10
11
+echo Closing ArcGIS Pro and ending the batch file
0 commit comments