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>nnetpsver()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPSVER()
 Determines a print server.s version
------------------------------------------------------------------------------
 Syntax

     NNETPSVER(<cPServer>,[<cServer>|<nConId>]) --> cVersion

     Netware: 2.2 and 3.11

 Arguments

     <cPServer>  Designates the name of the print server that is
     accessed.

     <cServer>  Designates the name of the file server used to access
     <cPServer>.  The print server checks login information on <cServer>.
     Therefore, the access rights can depend on the specified file server.
     Your workstation must be attached to <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETPSVER() returns a character strings that contains the version of the
     print server in the form "Main_version.Sub_version.Revision_number".  If
     an error occurs, the function returns an empty string.

 Description

     NOVELL NET PRINT SERVER VERSION
     NNETPSVER() allows you to determine the version of a print server.

 Example

     Determine the version of print server PSERVER:

     ? NNETPSVER('PSERVER')            // For example "1.2.1"

See Also: NNETPSTYPE()

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