This subdirectory contains revelent code for both the system login and user login files with respect to the EDT macros. Notes on system login file. Our philosophy was that if a user was not intellegent enough to be able to specify a EDT startup file using the logical EDTINI then he certainly was beneath the level necessary to use thest macros. In addition, we decided that if the user did not specify the logical name EDT$STARTUP then he preferred to bypass the system-wide keyboard definitions. Additionally, I should mention that our site is an old VAX site and therefore we still execute the user's login file from the system login file and do not use SYS$SYLOGIN and LGICMD as per VMS V3.0. If you ar using the later method, you will have to use something such as $ SEARCH/OUTPUT=NL: SYS$LOGIN:LOGIN.COM "EDTINI" $ status = $STATUS $ edtini := "YES" $ IF (status .NE. 1) THEN GOTO NEXT $ edtini := "NO" $NEXT: and then check on the value of the local symbol edtini instead of the logical name assignments.