Re: Does open process work on OS X now?

2004-09-29 Thread Frank D. Engel, Jr.
Does open process accept parameters on any other platforms?  I didn't  
think it would...

Even so, check the docs on open process: they explicitly state that,  
quote (2.2.1 docs), On OS X systems, you can use the open process  
command to start up an application, but not a Unix process.

Thus I suspect that it is not broken, and not a bug, which is why it  
was never Bugzilla'd.

If you don't need to track the I/O from the process and simply want to  
start it up without waiting for its completion, you could try this:

put shell(my_command/dev/null 21 ) into forgotten_var
Otherwise, I'm not sure what you could (easily) use.
On Sep 28, 2004, at 7:49 PM, K wrote:
I now have Revolution 2.5.  Wow, sexy new look but I still do not seem  
to be unable to open process /usr/bin/xxx -param on MAC OS X.   
Please advise if there is some work around I am unaware of.

NOTE: I cannot seem to locate this bug in the bug database.  Since it  
is so significant I would assume someone would have posted it.

K
-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:
Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental.
Any resemblance between the above and my own views is  
non-deterministic.

 The question of the existence of views in the absence of anyone to  
hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient.
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)


 --- On Tue 09/28, K  [EMAIL PROTECTED]  wrote:
From: K [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 28 Sep 2004 16:01:25 -0400 (EDT)
Subject: Re: Does open process work on OS X now?
brbrI am attempting to exec() several different unix applications.  
 I have written a external to does a double fork() exec() and alllows  
communication via stdin and stdout (buggy at the moment).  I would  
like to use open process since that is the generally supported method.  
 Previously the suggested fix was to use shell() however it is hardly  
interactive.brbrKevinbrbrbr-==-=-=-=-=-=-==-=-=-=-=-=-=-=- 
==-=-=-=-=-=-brDisclaimer:brbrAny resemblance between the above  
views and those of mybremployer, my terminal, or the view out my  
window are purelybrcoincidental. brAny resemblance between the  
above and my own views is non-deterministic.brbr The question of  
the existence of views in the absence of anyone to holdbrthembris  
left as an exercise for the reader. The question of the existence  
ofbrthe readerbr is left as an exercise for the second god  
coefficient. br(A discussion of non-orthogonal, non-integral  
polytheism is beyond thebrscope of t
 his article.)brbrbrbr --- On Tue 09/28, Ken Ray   
[EMAIL PROTECTED]  wrote:brFrom: Ken Ray [mailto:  
[EMAIL PROTECTED]brTo: [EMAIL PROTECTED]brDate:  
Tue, 28 Sep 2004 14:23:11 -0500brSubject: Re: Does open process work  
on OS X now?brbrWell, open process has always worked on OS X AFAIK  
- are you using it tobrlaunch an application, or is there something  
else you've been trying to dobrthat you weren't able to  
do?brbrKen RaybrSons of Thunder SoftwarebrWeb site:  
http://www.sonsothunder.com/brEmail:  
[EMAIL PROTECTED]brbrbr__ 
_bruse-revolution mailing  
listbr[EMAIL PROTECTED]brhttp://lists.runrev.com/ 
mailman/listinfo/use- 
revolutionbrbrbr___b 
rJoin Excite! - http://www.excite.combrThe most personalized portal  
on the  
Web!br___bruse- 
revolution mailing listbr
  
[EMAIL PROTECTED]brhttp://lists.runrev.com/mailman/ 
listinfo/use-revolutionbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

---
Frank D. Engel, Jr.  [EMAIL PROTECTED]
$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep John 3:16
John 3:16 For God so loved the world, that he gave his only begotten  
Son, that whosoever believeth in him should not perish, but have  
everlasting life.
$


___
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Does open process work on OS X now?

2004-09-29 Thread K


I can find nothing easy at this point.  I am still working on a external that will 
double fork exec on unix/ CreateProcess on windows and allows full stdin and stdout 
access. 

Kevin


-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Wed 09/29, Frank D. Engel, Jr.  [EMAIL PROTECTED]  wrote:
From: Frank D. Engel, Jr. [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Wed, 29 Sep 2004 09:53:35 -0400
Subject: Re: Does open process work on OS X now?

Does open process accept parameters on any other platforms?  I didn't  brthink it 
would...brbrEven so, check the docs on open process: they explicitly state that, 
 brquote (2.2.1 docs), On OS X systems, you can use the open process  brcommand 
to start up an application, but not a Unix process.brbrbrThus I suspect that it 
is not broken, and not a bug, which is why it  brwas never Bugzilla'd.brbrIf you 
don't need to track the I/O from the process and simply want to  brstart it up 
without waiting for its completion, you could try this:brbrput shell(my_command  
  /dev/null 21 ) into forgotten_varbrbrbrOtherwise, I'm not sure what you 
could (easily) use.brbrOn Sep 28, 2004, at 7:49 PM, K wrote:brbrbr I now 
have Revolution 2.5.  Wow, sexy new look but I still do not seem  br to be unable 
to open process /usr/bin/xxx -param on MAC OS X.   br Please advise if there is 
some work around I am unaware of.brbrbr NOT
 E: I cannot seem to locate this bug in the bug database.  Since it  br is so 
significant I would assume someone would have posted it.brbr Kbrbrbr 
-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-br Disclaimer:brbr Any 
resemblance between the above views and those of mybr employer, my terminal, or the 
view out my window are purelybr coincidental.br Any resemblance between the 
above and my own views is  br non-deterministic.brbr  The question of the 
existence of views in the absence of anyone to  br holdbr thembr is left as 
an exercise for the reader. The question of the existence ofbr the readerbr  is 
left as an exercise for the second god coefficient.br (A discussion of 
non-orthogonal, non-integral polytheism is beyond thebr scope of this 
article.)brbrbrbr  --- On Tue 09/28, K  [EMAIL PROTECTED]  wrote:br 
From: K [mailto: [EMAIL PROTECTED]br To: [EMAIL PROTECTED]br Date: Tue, 2
 8 Sep 2004 16:01:25 -0400 (EDT)br Subject: Re: Does open process work on OS X 
now?brbr brbrI am attempting to exec() several different unix applications.  
br  I have written a external to does a double fork() exec() and alllows  br 
communication via stdin and stdout (buggy at the moment).  I would  br like to use 
open process since that is the generally supported method.  br  Previously the 
suggested fix was to use shell() however it is hardly  br 
interactive.brbrKevinbrbrbr-==-=-=-=-=-=-==-=-=-=-=-=-=-=- br 
==-=-=-=-=-=-brDisclaimer:brbrAny resemblance between the above  br views and 
those of mybremployer, my terminal, or the view out my  br window are 
purelybrcoincidental. brAny resemblance between the  br above and my own views 
is non-deterministic.brbr The question of  br the existence of views in the 
absence of anyone to holdbrthembris  br left as an exercise for the reader. The 
question of the 
 existence  br ofbrthe readerbr is left as an exercise for the second god  
br coefficient. br(A discussion of non-orthogonal, non-integral  br polytheism 
is beyond thebrscope of tbr  his article.)brbrbrbr --- On Tue 09/28, Ken 
Ray   br [EMAIL PROTECTED]  wrote:brFrom: Ken Ray [mailto:  br [EMAIL 
PROTECTED]brTo: [EMAIL PROTECTED]brDate:  br Tue, 28 Sep 2004 14:23:11 
-0500brSubject: Re: Does open process work  br on OS X now?brbrWell, open 
process has always worked on OS X AFAIK  br - are you using it tobrlaunch an 
application, or is there something  br else you've been trying to dobrthat you 
weren't able to  br do?brbrKen RaybrSons of Thunder SoftwarebrWeb site:  
br http://www.sonsothunder.com/brEmail:  br [EMAIL 
PROTECTED]brbrbr__ br 
_bruse-revolution mailing  br listbr[EMAIL PROTECTED]brhttp:
 //lists.runrev.com/ br mailman/listinfo/use- br 
revolutionbrbrbr___b br rJoin 
 Excite! - http://www.excite.combrThe most personalized portal  br on the  br 
Web!br___bruse- br revolution 
mailing listbrbr   br [EMAIL PROTECTED]brhttp://lists.runrev.com/mailman/ 
br listinfo/use-revolutionbrbrbr

Does open process work on OS X now?

2004-09-28 Thread K




-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Does open process work on OS X now?

2004-09-28 Thread Ken Ray
Well, open process has always worked on OS X AFAIK - are you using it to
launch an application, or is there something else you've been trying to do
that you weren't able to do?

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Does open process work on OS X now?

2004-09-28 Thread K


I am attempting to exec() several different unix applications.  I have written a 
external to does a double fork() exec() and alllows communication via stdin and stdout 
(buggy at the moment).  I would like to use open process since that is the generally 
supported method.  Previously the suggested fix was to use shell() however it is 
hardly interactive.

Kevin


-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Tue 09/28, Ken Ray  [EMAIL PROTECTED]  wrote:
From: Ken Ray [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 28 Sep 2004 14:23:11 -0500
Subject: Re: Does open process work on OS X now?

Well, open process has always worked on OS X AFAIK - are you using it tobrlaunch an 
application, or is there something else you've been trying to dobrthat you weren't 
able to do?brbrKen RaybrSons of Thunder SoftwarebrWeb site: 
http://www.sonsothunder.com/brEmail: [EMAIL 
PROTECTED]brbrbr___bruse-revolution
 mailing listbr[EMAIL 
PROTECTED]brhttp://lists.runrev.com/mailman/listinfo/use-revolutionbr

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution