0001 PQ 0002 M 0003 IF #S Oany_text:+ 0004 IF S Oany_text>+ 0005 IP #1 0006 P 0007 GO B
At 03:16 PM 03/08/2004, you wrote:
Seems however, you lose your marker that a select list is active.
George
>-----Original Message----- >From: Glenn Herbert [mailto:[EMAIL PROTECTED] >Sent: Monday, March 08, 2004 3:10 PM >To: U2 Users Discussion List >Subject: Re: [UV] Change prompt? > > >You could also use a very handy and small bit of proc code >hooked directly >into your LOGIN entry or called from there: > >001 PQ (or PQN) >002 M >003 Oyour_text_here+ >004 IP #1 >005 P >006 GO B > >This code (M)arks an entry point, outputs whatever text you want while >inhibiting any line feed, and waits for the user input, which >is stored >into the output buffer (IP #1) then executed (P), after which >it loops back >to the (M)ark point. > >At 02:48 PM 03/08/2004, you wrote: >>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 > >-- >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
-- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
