RE: [U2] Accessing the OS

2007-12-06 Thread Brian Leach
s@listserver.u2ug.org' > Subject: [U2] Accessing the OS > > From a UniBasic green-screen application (using Dynamic > Connect), what BASIC > command(s) allow the programmer to execute an Unix command > (with parameters) such that something like a SendMail command >

Re: [U2] Accessing the OS

2007-12-05 Thread Brian Leach
And Don't forget that for frequently executed commands, you can also create verb pointers to the UNIX binaries. This can make it easier especially if you hit problems with quoted arguments. Brian or since the OP was asking about from within UniBasic, the syntax he would want would be execut

RE: [U2] Accessing the OS

2007-12-05 Thread Jerry Banker
ver.u2ug.org > Subject: RE: [U2] Accessing the OS > > You can use PCPERFORM from BASIC as well. > > syntax is .. > > PCPERFORM "your OS command here surrounded by quotes" > > gm > > > -Original Message- > From: [EMAIL PROTECTED] > [m

RE: [U2] Accessing the OS

2007-12-05 Thread gmatton
r.u2ug.org Subject: Re: [U2] Accessing the OS SH For example SH -c " ls -al" Brutzman, Bill wrote: > >From a UniBasic green-screen application (using Dynamic Connect), what BASIC > command(s) allow the programmer to execute an Unix command (with parameters) > such that something

Re: [U2] Accessing the OS

2007-12-05 Thread Clifton Oliver
or since the OP was asking about from within UniBasic, the syntax he would want would be execute \SH -c "ls -l"\ -- Regards, Clif On Dec 5, 2007, at 2:37 PM, Jeff Schasny wrote: SH For example SH -c " ls -al" Brutzman, Bill wrote: From a UniBasic green-screen application (using Dynami

RE: [U2] Accessing the OS

2007-12-05 Thread Bessel, Karen
rote it that way for easier reading). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, December 05, 2007 2:11 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Accessing the OS >From a UniBasic green-screen applicati

RE: [U2] Accessing the OS

2007-12-05 Thread rbl000
International, Inc. (Is that full disclosure enough?) --- On Wed 12/05, Brutzman, Bill < [EMAIL PROTECTED] > wrote: From: Brutzman, Bill [mailto: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Date: Wed, 05 Dec 2007 15:11:26 -0500 Subject: [U2] Accessing the OS >From a UniBasic green-scre

Re: [U2] Accessing the OS

2007-12-05 Thread Jeff Schasny
SH For example SH -c " ls -al" Brutzman, Bill wrote: > >From a UniBasic green-screen application (using Dynamic Connect), what BASIC > command(s) allow the programmer to execute an Unix command (with parameters) > such that something like a SendMail command could be handled. > > We have UniVerse a

[U2] Accessing the OS

2007-12-05 Thread Brutzman, Bill
>From a UniBasic green-screen application (using Dynamic Connect), what BASIC command(s) allow the programmer to execute an Unix command (with parameters) such that something like a SendMail command could be handled. We have UniVerse and HP-Ux. --Bill --- u2-users mailing list u2-users@listse