As the . 'dot' commands are directly interpreted via the command line executor, and proc is a layer on top of the command line executor, you lose those. It's not a perfect solution.... :-(

At 04:02 PM 03/08/2004, you wrote:
Okay, so how do you get the . 'dot' commands to work using either of
these methods?

Karl

On Mon, 2004-03-08 at 13:10, Glenn Herbert wrote:
> 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
--
Karl L. Pearson
Director of IT,
ATS Industrial Supply
Direct: 801-978-4429
Toll-free: 888-972-3182 x29
Fax: 801-972-3888
http://www.atsindustrial.com
[EMAIL PROTECTED]


--
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