Jump to content

_Net_Share_ShareEnum return only specific types of shares


Recommended Posts

#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?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...