Does this help:

; Map Common Drive
USE G: \\SERVER\common

;Newtware admin PC to change share common to M drive:
If (@WKSTA="LWM-01")
use M: \\SERVER\common
ENDif