Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetcvssrv()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETCVSSRV()
 Determines the number of visible file servers in a network
------------------------------------------------------------------------------
 Syntax

     NNETCVSSRV([<cMask>]) --> nServer

     Netware: 2.2 and 3.11

 Argument

     <cMask>  Designates a search mask that can contain the wildcards "?"
     and "*".  The default value ("*") indicates that all file servers are
     taken into account.

 Returns

     NNETCVSSRV() returns the number of visible file servers that match the
     search mask, <cMask>.  Without argument, the function returns the number
     of all servers within a network.

 Description

     NOVELL NET COUNT VISIBLE SERVERS
     With NNETCVSSRV() you can determine the number of all visible file
     servers in a network without having to specify the server names
     (NNETFSLST()).  For example, you can determine if all file servers in a
     WAN are available or if some file servers are currently unavailable.

 Example

     Determine the number of all visible file servers:

     ? NNETCVSSRV()                        // Returns: 6

See Also: NNETCCNSRV()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson