Hello and welcome to the board

Using KiXtart



USE G: '\\SERVER\SHARE'

 
That's all there is to it.

If you want to be group conditional about it then like this.

If InGroup('MyDomain\MyGroup')
 USE G: '\\SERVER\SHARE'
EndIf