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>nnetver()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETVER()
 Determines the version of the Netware in use
------------------------------------------------------------------------------
 Syntax

     NNETVER([<cDrive>]) --> cVersion

     Netware: 2.2 and 3.11

 Argument

     <cDrive>  Designates a drive.  If this parameter is used, the
     returned version number is related to the file server to which the
     designated drive is mapped.

     ()  When called without a parameter, the version number of the default
     file server is returned.

 Returns

     NNETVER() returns the Novell version number in the format "N.NN".

 Description

     NOVELL NETWORK VERSION
     The function returns the version number of the Novell network software
     being used.  If no disk drive is specified, the version number is
     related to the default file server.  With a drive specification, the
     version number depends on the file server to which the disk drive is
     mapped.  The drive specification was taken into account because
     different drives can be mapped to different file server versions.

 Example

     Display the version number:

     ? NNETVER()                   // e.g. 2.15
     ? NNETVER("T:")               // e.g. 3.01

See Also: NNETSETSRV() NNETSFTLVL()

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