wisem2540 Posted June 30, 2014 Posted June 30, 2014 #include <NetShare.au3> #include <Array.au3> $Array = _Net_Share_ShareEnum (InputBox ("", "Please Enter Name Of Computer" & @CRLF & @CRLF, @Computername)) _ArrayDisplay ($Array) So this command works fine. And there is even a column that specifys a value for the type of share. Is there a way to only return Printers, or only return shares?
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