Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> nwshellloaded() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    NWShellLoaded()

Purpose:     Determine if the NetWare shell (NETx) is loaded

Syntax:      NWShellLoaded()

Arguments:   None

Returns:     True if the NetWare shell is loaded on the workstation.

Description: This function is useful for determining if the NetWare
             shell (NETx) is loaded.  If the shell is not loaded then
             the workstation cannot login to and access a file server.

Notes:       This function makes a call to get the connection number
             assigned to the shell.  An unchanged value (0) indicates
             that the shell is not loaded or unavailable.

Example:     IF .NOT. NWShellLoaded()
                ? "The NetWare shell is not loaded"
             ENDIF

See also:    NWIPXLoaded(), NWLoggedIn()

Source:      NOVCLIP.C
.

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