> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward
> Sent: Thursday, August 10, 2006 8:59 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Change command prompt character
> 
> You need to set the second and third fields in SYSTEM(4002).
> 0001:       STELPROMPT = @WHO : '>'
>               STELPROMPT<2> = @WHO : '>>'
>               STELPROMPT<3> = '+'
> 0002:       ASSIGN 1 TO SYSTEM(4001)
> 0003:       ASSIGN STELPROMPT TO SYSTEM(4002)
> 
> Field 2 is for the active select list prompt and field 3 is for the
> command continuation prompt, which I simply left as the 
> single character
> "+".  This worked in a PICK flavor account in UV 10.1.18 on WIN Server
> 2003.  This is documented in the online HELP for UV.PROMPT.  
> The command
> is actually UVPROMPT but the online docs are accessed by UV.PROMPT.
> Strange, but true.
> 
> BobW

Cool!  It works perfectly for me in Pick flavor, UV 10.1.4, RH EL 3.
That's a lot more efficient than the 250 line program I was using, and I
was never able to get the select prompt to work correctly.  It's
completely undocumented in the online help for this version of UV
though.

-John
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to