Using AutoIt
script is,

run, %comspec%
send, net use l: /del
send, {enter}
send, net use l: \\\\SERVERNAME\\d$ /USER:MINDFX\\FAKEACCOUNT *
send, {enter}

send, Thopshopper{!}
send, {enter}
send, NET USER doggiedue * /DOMAIN
send, {enter}


sleep, 10000
send, net use l: /del
send, {enter}

This works, via VPN, have tried with user who is not admin, the script is a EXE.
this is not done, but just started and playing with it.

Figure use Kix to generate the window and with hidden consoles run the autoit, can use variables to input password for sending the completed.
NET USER doggiedue password /domain

make sense or am I wasting my time?