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>nnetsetsrv()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETSETSRV()
 Sets an attached server as the default server
------------------------------------------------------------------------------
 Syntax

     NNETSETSRV(<cServerName>) --> lLoggedIn

     Netware: 2.2 and 3.11

 Argument

     <cServerName> Designates the name of the server that is redirected
     as the default server.

 Returns

     NNETSETSRV() returns .T. when the designated name has been found in the
     attached server table and designated as the default server.

 Description

     NOVELL NET SET SERVER
     With NNETSETSRV(), it is possible to designate an attached server as the
     default server.  Then all NNETXXXXXX() functions except NNETSLIST()
     (list of the attached servers) and NNETSTAID() (station ID) relate to
     this server specifically.

 Example

     Switch from CA1 server to CA2 server:

     ? NNETSNAME()                        // "CA1"
     ? NNETSETSRV("CA2")                  // .T., if OK.

See Also: NNETSNAME()

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