Skip to content

Commit 6698c67

Browse files
committed
Esri Case #03616502 - Need assistance to extend the automatic timeout period for ArcGIS Online
1 parent 898306f commit 6698c67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

refresh_portal.bat

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)