I don't believe there is a native command/option to do this in UV.

In BASIC you can do this by delimiting each command with mark-character
(eg., @FM) and 'execute' the string with the EXECUTE statement. So you
could create your own pseudo UV command prompt parser. Some commands
can't or shouldn't be run from EXECUTE though. :-)




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of penno
Sent: Monday, October 29, 2007 9:32 AM
To: [email protected]
Subject: [U2] Stringing commands together on the command line. Possible?

Hi all

I'd like to string some commands together, similar to unix, eg

> ls -l ; cat file ; grep file string

This will execute "ls", followed by "cat", followed by "grep". The ";"
is the magic character that allows this. Is there a similar function
available at the UV command prompt??

Thanks

Penno
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to