Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Matt Schuckmann wrote: > I'll try the "net use" statement but I don't think that is the problem it > appears to be more fundimental to the xcopy (see my reply to Tony's post). The user's rights when impersonated can't be transferred to another system. Even if you use a UNC or NET USE (without specifying credentials explicitly) it won't work. Get the XCOPY issue working first, then you can try: NET USE z: \\server\share /user:username password That should work but it requires you hard-code a username an password to use by your script. The XCOPY problem could be a permissions problem, but I don't have any specific advice without more specifics beyond what Bo already offered. Regards, -- Glen Starrett