Ref: 19900001
Title: Implementing LOGID.EXE to Set a WordPerfect User Name
Date: 5/4/90

Copyright 3Com Corporation, 1991.  All rights reserved.

The program LOGID.EXE is available in the Ask3Com forum, Pub Dom/Shareware
library, as LOGID.ZIP.  This program can be implemented as part of a batch
file to start WordPerfect and automatically supply the first three characters
of a user's three-part login name (Name:Domain:Organization) for
WordPerfect's three-character username.  LOGID.EXE can easily be run from
3+Menus, providing users direct entry to WordPerfect with their username
entered for them.  From an administrator's perspective, this causes users to
always use the same three-character username when accessing WordPerfect.

Here is a sample WordPerfect 5.0 batch file for this procedure:

   echo off
   rem For DOS 3.2 use command /c runwp instead of call
   logid
   if errorlevel 1 got failure
   call runwp
   goto exit
   :failure
   echo User Name Not Set
   :exit

The file RUNWP.BAT consists of one line:   wp=/u %name%
