The net use command is your answer my friend. As the system account cannot map authenticate on other servers, use the command to map a drive as a domain account.

Shell %comspec% /c net use D: \\server\share password /USERNAME:domain\username

John Mac