-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStructural Drives.bat
More file actions
11 lines (10 loc) · 917 Bytes
/
Copy pathStructural Drives.bat
File metadata and controls
11 lines (10 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
@echo off
:: Written by JEG to map the default Egnyte Drives for Structurals
cd "C:\Program Files (x86)\Egnyte Connect"
EgnyteClient.exe -command remove -l "ashleyvance"
EgnyteClient.exe -command add -l "Sun" -d "ashleyvance" -sso use_sso -t S -m "/Shared/Sun" -c connect_immediately
EgnyteClient.exe -command add -l "All Jobs" -d "ashleyvance" -sso use_sso -t J -m "/Shared/Sun/All Jobs" -c connect_immediately
EgnyteClient.exe -command add -l "Library" -d "ashleyvance" -sso use_sso -t L -m "/Shared/Sun/Library" -c connect_immediately
EgnyteClient.exe -command add -l "Templates" -d "ashleyvance" -sso use_sso -t T -m "/Shared/Sun/Templates" -c connect_immediately
EgnyteClient.exe -command add -l "Vectorworks" -d "ashleyvance" -sso use_sso -t V -m "/Shared/Sun/Vectorworks" -c connect_immediately
EgnyteClient.exe -command add -l "Private" -d "ashleyvance" -sso use_sso -t P -m "/Private" -c connect_immediately