If it helps, I can assert with certainty that there is nothing in UniVerse that allows 
this.
It's easy enough to roll your own; a small BASIC program into which you trap your 
users.
LOOP
   CRT myprompt
   INPUT command
WHILE command <> 'QUIT'
   GOSUB processcommand
REPEAT
PERFORM "QUIT"
----- Original Message -----
From: Barry Brevik <[EMAIL PROTECTED]>
Date: Mon, 8 Mar 2004 11:42:22 -0800 
To: "U2 list (E-mail)" <[EMAIL PROTECTED]>
Subject: [UV] Change prompt?

> OK, I know about UVPROMPT, but it will only let you specify a single
> character.
> 
> I work in numerous accounts, and it would be good if the LOGIN PA could
> change the prompt to have multiple characters so I can see which account I'm
> in. Believe me, all it takes is one mistake to leave a lasting impression.
> 
> Anyone know of a way to use multiple chars for the prompt without writing my
> own shell?
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users
> 

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to