parkball2 Posted March 27, 2006 Posted March 27, 2006 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
Joon Posted March 28, 2006 Posted March 28, 2006 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.ThanksJCan you use RunAsSet before access it?
blindwig Posted March 28, 2006 Posted March 28, 2006 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.ThanksJI 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 My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now