We use the following. "MM" is the main menu. >ed VOC LOGIN
0001: PA 0002: PTERM -ECHO DELAY 0003: 0004: BREAK ON 0005: HK.RESET.PRINTER 0006: RUN MT.BP GET.STACK.LOGNAME 0007: IF @LOGNAME = 'pm' THEN GO MAIN.MENU 0008: LOGIN.CONTROL 0009: 0010: PTERM CASE NOINVERT 0011: 0012: IF @LOGNAME = 'root' THEN GO TCL 0013: IF @LOGNAME = 'brutzy' THEN GO TCL 0014: IF @LOGNAME = 'raymond' THEN GO TCL 0015: IF @LOGNAME = 'color' THEN GO COLOR 0016: 0017: MAIN.MENU: 0018: MM 0019: LO 0020: 0021: COLOR: 0022: SST 0023: LO 0024: 0025: PRINT.MANAGER: 0026: HK.PRINT.ADMIN 0027: GO MAIN.MENU 0028: 0029: TCL: 0030: TERM 132 --Bill -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Veenhof Sent: Wednesday, May 14, 2008 11:41 AM To: [email protected] Subject: [U2] Universe Login Hi All, This is a basic UV question, but for some reason I can't seem to find an answer... I want to have all uses who log into Universe go to one specific account, how do I set this universally? ... Using UV 10.2 on Windows 2003. Thanks Pete ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
