laphlaw Posted August 25, 2006 Posted August 25, 2006 Using this code: DirCreate("\\" & $ip & "\" & $RemoteDir) Occassionaly the directory will create itself as a file, rather than an actual folder. Has this happened to anyone else before? Before I create the directory, I also supply the username and password for the remote computer.
lod3n Posted August 25, 2006 Posted August 25, 2006 Weird. Well, try this: #include <Process.au3> _RunDOS("mkdir \\" & $ip & "\" & $RemoteDir) [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
Richard Robertson Posted August 25, 2006 Posted August 25, 2006 That is odd. How does it create a file I wonder. You would think that the directory and file procedures would have completely different processes involved.
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