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:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Tue, 2 May 2000 11:29:10 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
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