Jump to content

Recommended Posts

Posted

Hey,

Is there a way to copy a network share that is password protected to a local drive using AUTOIT?

I have the UID and Password.

Thanks

J

Can you use RunAsSet before access it?

Posted

Hey,

Is there a way to copy a network share that is password protected to a local drive using AUTOIT?

I have the UID and Password.

Thanks

J

I don't know how to do it "cleanly", but if you don't mind a using CLI tools:

NET USE \\(computername) (password) /user:(uid) /persistent:no

(do your copy here)

NET USE \\(computername) /delete

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...