[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_ENTRLOG()
 Enter Login Area
------------------------------------------------------------------------------
 Syntax
 
       fn_entrLog( [ <cSubDirectoryName> ][, <nLocalDrives> ] )
 
 Arguments

      <cSubDirectoryName> is a string containing the name of the sub-
      directory below SYS:LOGIN where the file LOGIN.EXE can be executed.
      If omitted, the directory SYS:LOGIN is assumed.

      <nLocalDrives> are the number of drives local to the calling
      workstation.  This number is used to determine the workstation drive
      ID to assign to the server's SYS: volume.  If omitted <nLocalDrives>
      defaults to the value returned by fn_numLDrv().

 Returns

      Nothing

 Description

      For applications where a custom LOGIN.EXE utility exists, it is
      sometimes useful to place the login utility in a subdirectory of
      SYS:LOGIN.  Other executable files could be placed here as well, as
      the SYS:LOGIN directory is the only directory where one may execute
      files without having first logged into the file server.

 Examples

      fn_entrLog( "RBOOT" )             // enter the directory "\LOGIN\RBOOT"
                                                                                        // on the default server


 Source: N:\SRC\CONNWS\LOGIN.PRG

 Author: Steve Larsen

See Also: fn_loginFS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson