lsakizada Posted March 4, 2010 Posted March 4, 2010 (edited) How do I? 1) User open a dialog box with current microsoft special folder: "Entire Network" 2) User be able to select only the machine name (without the shared folders! or anything else) I need that to restrict users to select only machines for getting the IP address of the machine. $var = FileSelectFolder("Choose a folder.", "::{208D2C60-3AEA-1069-A2D7-08002B30309D}") Consolewrite("$var =" & $var & @CRLF) Consolewrite("TCPNameToIP($var) =" & TCPNameToIP($var) & @CRLF) Edited March 4, 2010 by lsakizada Be Green Now or Never (BGNN)!
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