RìggníX Posted March 17, 2007 Share Posted March 17, 2007 (edited) hi! i tried to get the number of shared folders of a network pc by _NetShare_NetShareEnum() (a func of Auto3Lib). but it just finds shared folders on the pc it's running on. i tried it like this: $ip = "192.168.0.1" $netshare = _NetShare_NetShareEnum($ip) am i doing something wrong?? Edited March 17, 2007 by RìggníX greetz, RìggníXBiTrAtE.tk Link to comment Share on other sites More sharing options...
PaulIA Posted March 17, 2007 Share Posted March 17, 2007 hi! i tried to get the number of shared folders of a network pc by _NetShare_NetShareEnum() (a func of Auto3Lib). but it just finds shared folders on the pc it's running on. i tried it like this: $ip = "192.168.0.1" $netshare = _NetShare_NetShareEnum($ip) am i doing something wrong??Probably. You need to post Auto3Lib questions in the Auto3Lib thread. I just happened to stumbled across this one. Log on to the server you are trying to enumerate first. Then run the NetShare demo that comes with Auto3Lib. Auto3Lib: A library of over 1200 functions for AutoIt Link to comment Share on other sites More sharing options...
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