MessageBox("Enter password :" + ".", "Company xxx - Logon Message",32,10)
gets $password
use g: '\\server\share$$' /user:'domain\'+'first.last' /password:$password

At present I am just using first.last for testing. Once working I will replace with
$fullname=split(@FULLNAME,' ')
$FirstDotLast=$fullname[0]+'.'+$fullname[ubound($fullname)]

variable.

NJ