CHKUSR.DOC The program discussed in this document is: Program: CHKUSR.FOR Author: Jay Jenkins NSR for E54 CHKUSR takes one paramater (required), a username. It will then display whether the user is currently ENABLED or DISABLED (by checking the UAF). Compile it, link it (nothing special here), edit the CLD to point to the executable, SET COMMAND to the CLD, and CHKUSR . If a username is not supplied, it will be prompted for. Invalid usernames result in a beep and a short message. I use it in my LOGIN.COM to check the FIELD account each time I log in. $ CHKUSR FIELD