*                               DRLOGIN V2.2+                               June 26, 1993 >           Written by Anthony C. McCracken, <ACM@NAUVAX.BITNET>2                        Northern Arizona University@          (with mods by Hunter Goatley <goathunter@WKUVX1.BITNET>  F DRLOGIN allows remote interactive login over DECnet, providing similarI functionality to the RLOGIN TCP/IP utility.  DRLOGIN uses non-transparent F task-to-task DECnet communication to establish a link to a remote taskJ which runs the DRLACP image.  DRLACP uses the PY/TW pseudo-terminal driver4 to create an interactive process on the remote node.  J DRLOGIN currently does not support the FT pseudo-terminals introduced withK VMS V5.4.  The PY/TW drivers were provided with earlier versions of VMS for F use with DECwindows and can be found in the VMS installation savesets.  K DRLOGIN.EXE has been compiled and tested under both OpenVMS VAX and OpenVMS D AXP.  DRLACP cannot be ported to OpenVMS AXP yet because it does notH support the FT pseudo-terminals and the PY/TW drivers are not available.G This means that a DRLOGIN can be initiated on an AXP system to a remote  VAX, but not vice versa.  F To use DRLOGIN, DRLACP.COM must be modified to point to the DRLACP.EXEI image.  Both files should be copied to the appropriate directories on the F remote DECnet node.  A DECnet object must be defined for DRLACP on the. remote node using commands like the following:  
 	$ MCR NCP3 	NCP> DEFINE OBJECT DRLACP FILE DRLACP.COM NUMBER 0 0 	NCP> SET OBJECT DRLACP FILE DRLACP.COM NUMBER 0
 	NCP> EXIT 	$  F To establish the remote login, just define a symbol on the local node:  $ 	$ drlogin :== $dev:[dir]drlogin.exe  D Any account having a DECnet proxy on a remote node can log in using:   	$ drlogin node   , where "node" is the remote DECnet node name.  
 Restrictions:   2    o  FT pseudo-terminals are not supported (yet).  ?    o  XON/XOFF processing is not completely handled correctly.  @       Specifically, such actions as holding down a key can causeF       both the DRLOGIN and DRLACP images to exit with SS$_DATAOVERRUN.