HP3000-L Archives

May 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Robert Mills <[log in to unmask]>
Reply To:
Robert Mills <[log in to unmask]>
Date:
Wed, 3 May 2000 09:53:40 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
What about the %many command in MPEX?

-----Original Message-----
From: Mark Bixby [mailto:[log in to unmask]]
Sent: Tuesday, May 02, 2000 7:29 PM
To: [log in to unmask]
Subject: Re: Multiple commands on one line ?


Undetermined origin c/o LISTSERV administrator wrote:
>
> Hello list members,
>
> It seems like I've worked on so many different operating
> systems, that I sometimes can't keep them straight.  Be
> that as it may, is there a way to issue multiple commands
> from a colon (or your choice of HPPROMPT) prompt ? Without
> using a command file.  Somewhat like multiple commands
> in Quad, seperated by a semi-colon.

You can't do this in the CI, AFAIK, but you certainly can in SH.HPBIN.SYS:

        command1; command2; command3; ...etc...

Or you could execute multiple MPE commands:

        callci command1; callci command2; callci command3; ...etc...

- Mark B.

ATOM RSS1 RSS2