Re: cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
sure am.


name="/usr/bin/perl" 
arguments=" -e '$test=2+2; print $test;'" 
outputvar="outfile2"
showdebug="yes"
lineend=""
reload="Auto"
timeout="60">

#outfile2#

>Silly question, but are you outputting your variable?  Just to double check.
>
>
>On Wed, 15 Sep 2004 12:50:57 -0400, Steve Dworman
><[EMAIL PROTECTED]> wrote:
>
>-- 
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com
>
>Got GMail?  I can help.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfexecute or cfx_execute issues

2004-09-15 Thread Barney Boisvert
Silly question, but are you outputting your variable?  Just to double check.

On Wed, 15 Sep 2004 12:50:57 -0400, Steve Dworman
<[EMAIL PROTECTED]> wrote:
> thanks for the suggestion, but it didn't seem to work.  i just get a blank screen even when i set the timeout to 30.  my cf is all up to date.  any other suggestions?
> 
> 
> 
> >If you want the output, i you have to add a timeout value.  Otherwise
> >CF just runs it and leaves it to do it's thing, immediately returning
> >to page execution.  Just set it to 10 or something and go.  Make sure
> >your CF is all patched up though, there was a bug at some point where
> >CFEXECUTE always took the full timeout, even if it didn't need it for
> >the called program to finish.
> >
> >cheers,
> >barneyb
> >

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com

Got GMail?  I can help.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
thanks for the suggestion, but it didn't seem to work.  i just get a blank screen even when i set the timeout to 30.  my cf is all up to date.  any other suggestions?

>If you want the output, i you have to add a timeout value.  Otherwise
>CF just runs it and leaves it to do it's thing, immediately returning
>to page execution.  Just set it to 10 or something and go.  Make sure
>your CF is all patched up though, there was a bug at some point where
>CFEXECUTE always took the full timeout, even if it didn't need it for
>the called program to finish.
>
>cheers,
>barneyb
>
>On Wed, 15 Sep 2004 12:30:50 -0400, Steve Dworman
><[EMAIL PROTECTED]> wrote:
>
>-- 
>Barney Boisvert
>[EMAIL PROTECTED]
>360.319.6145
>http://www.barneyb.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfexecute or cfx_execute issues

2004-09-15 Thread Barney Boisvert
If you want the output, i you have to add a timeout value.  Otherwise
CF just runs it and leaves it to do it's thing, immediately returning
to page execution.  Just set it to 10 or something and go.  Make sure
your CF is all patched up though, there was a bug at some point where
CFEXECUTE always took the full timeout, even if it didn't need it for
the called program to finish.

cheers,
barneyb

On Wed, 15 Sep 2004 12:30:50 -0400, Steve Dworman
<[EMAIL PROTECTED]> wrote:
> doesn't matter which one i use for this problem.
> 
> i am trying to execute perl inline, however, i can't get back the result (2).  this works if i go right to the unix command line and run it.
> 
> 
> name="/usr/bin/perl"
> arguments="-e '$test=2; print $test;'"
> outputvar="outfile2"
> showdebug="yes"
> lineend=""
> reload="Auto">
> 
> if i do something simple like "which perl" then i get a result.
> 
> what am i doing wrong?

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
doesn't matter which one i use for this problem.

i am trying to execute perl inline, however, i can't get back the result (2).  this works if i go right to the unix command line and run it.


name="/usr/bin/perl" 
arguments="-e '$test=2; print $test;'" 
outputvar="outfile2"
showdebug="yes"
lineend=""
reload="Auto">

if i do something simple like "which perl" then i get a result.

what am i doing wrong?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFX_ConsoleCommand and CFX_Execute

2004-07-04 Thread Lewis Sellers
At 12:07 PM 6/2/2004, you wrote:
>Your install them as CFX custom tags.
>
>They do come with the DLL. you need.
>
>If you mail me off list I can send you an Updated DLL what will allow you to
>get Output 1& 2 out in the return.

Pardon?

>Cheers
>Mr Kev McCabe

>I'm trying to find an alternative to  (which doesn't work
>well with some commands, I've found), and I'm now looking at
>CFX_ConsoleCommand and CFX_Execute (both at
>http://www.intrafoundation.com/coldfusion.html).
>
>Two questions: How do these tags differ, and what do I do with the
>downloads? It looks like they're in C++ source code, which I don't
>know how to configure and compile, etc. Is this really what I'm
>expected to do? Can anyone compile these for me and send me the dll,
>or is that not even possible? Any tips?
>
>Thanks,
>Jamie

I wrote both of the said tags. What happened is I ended up creating a 
series of about half a dozen similar tags a few years back -- one after 
another. Each one a new, improved and *cough* better version that the one 
before. CFX_Execute was the last one created in that series, and not 
surprisingly, I consider all the ones that came before it as deprecated.

I believe I created an updated version of CFX_EXECUTE tag just a month or 
two ago per someone's request one weekend. Spent a few hours debugging a 
few outstanding issues with it. I don't recall whether I uploaded it before 
the server the site is on went all unstable or not though. Hmm.

CFX_Execute was created, FYI, to replace CFEXECUTE (or add the feature to 
earlier versions of CF that didn't have it in the first place.)

As Kev said, the DLL's *should* be in the zip itself already (though they 
may be down in a folder called "Release". Don't recall exactly.) If they're 
not there, email me, and I'll send you a copy asap. :)

And yes, I know -- the reply is a little late. Just now getting to the 
backlog of email.

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Kev McCabe
MMM,

 
One feels there could be an NDA here from my end .

 
So I all I can say mm CF Coming to a Screen near you.(UK and EIRE)

 
Sorry but Corporate stuff stops me from responding on a List ;-)

_
Mr Kev McCabe
Senior ETV Developer,
Interactive Technology Development
Application Development Team
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
Email:[EMAIL PROTECTED]
Web:    http://www.sky.com  
Tel:    +44 (0) 20 7941 5329
Fax:    +44 (0) 20 7941 5243
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Nick de Voil
> Based on your signature Kev, is Sky Active etc running on CF?

If Kev won't comment, then I'd better not either. But this is what Jeremy
Allaire says:

http://www.meetthemakers.com/conversations/allaire/2/

(second-last paragraph)

Nick
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Jamie Jackson
On Wed, 2 Jun 2004 17:07:04 +0100, in cf-talk you wrote:

>Your install them as CFX custom tags.
>
>They do come with the DLL. you need.

Ack, you're right. I was looking in subdirectories that I thought were
the root. :-/

 
>If you mail me off list I can send you an Updated DLL what will allow you to
>get Output 1& 2 out in the return.

Okay, once I figure out what that means (and if I need it), I'll send
you an email.

Thanks,
Jamie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread John Beynon
Based on your signature Kev, is Sky Active etc running on CF?

-Original Message-
From: Kev McCabe [mailto:[EMAIL PROTECTED] 
Sent: 02 June 2004 17:07
To: CF-Talk
Subject: RE: CFX_ConsoleCommand and CFX_Execute

Your install them as CFX custom tags.

They do come with the DLL. you need.

 
If you mail me off list I can send you an Updated DLL what will allow you to
get Output 1& 2 out in the return.

 
Cheers

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com  
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: 02 June 2004 16:59
To: CF-Talk
Subject: CFX_ConsoleCommand and CFX_Execute

I'm trying to find an alternative to  (which doesn't work
well with some commands, I've found), and I'm now looking at
CFX_ConsoleCommand and CFX_Execute (both at
http://www.intrafoundation.com/coldfusion.html).

Two questions: How do these tags differ, and what do I do with the
downloads? It looks like they're in C++ source code, which I don't
know how to configure and compile, etc. Is this really what I'm
expected to do? Can anyone compile these for me and send me the dll,
or is that not even possible? Any tips?

Thanks,
Jamie 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Kev McCabe
Your install them as CFX custom tags.

They do come with the DLL. you need.

 
If you mail me off list I can send you an Updated DLL what will allow you to
get Output 1& 2 out in the return.

 
Cheers

_
Mr Kev McCabe
Senior ETV Developer,
British Sky Broadcasting
First Floor North East,
West Cross House
Grant Way
Isleworth
Middlesex
TW7 5QD
[EMAIL PROTECTED]
http://www.sky.com  
tel: +44 (0) 20 7941 5329
fax: +44 (0) 20 7941 5243
_ 

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: 02 June 2004 16:59
To: CF-Talk
Subject: CFX_ConsoleCommand and CFX_Execute

I'm trying to find an alternative to  (which doesn't work
well with some commands, I've found), and I'm now looking at
CFX_ConsoleCommand and CFX_Execute (both at
http://www.intrafoundation.com/coldfusion.html).

Two questions: How do these tags differ, and what do I do with the
downloads? It looks like they're in C++ source code, which I don't
know how to configure and compile, etc. Is this really what I'm
expected to do? Can anyone compile these for me and send me the dll,
or is that not even possible? Any tips?

Thanks,
Jamie 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Jamie Jackson
I'm trying to find an alternative to  (which doesn't work
well with some commands, I've found), and I'm now looking at
CFX_ConsoleCommand and CFX_Execute (both at
http://www.intrafoundation.com/coldfusion.html).

Two questions: How do these tags differ, and what do I do with the
downloads? It looks like they're in C++ source code, which I don't
know how to configure and compile, etc. Is this really what I'm
expected to do? Can anyone compile these for me and send me the dll,
or is that not even possible? Any tips?

Thanks,
Jamie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFX_EXECUTE for CFMX?

2004-03-04 Thread Jon Block
Hey Min,

Okay I realized that the problem was not your tag, but something about cfmx.
I am doing something like this...



in CFMX, I need to do it like this:



Thanks,
Jon
  -Original Message-
  From: Lewis Sellers [mailto:[EMAIL PROTECTED]
  Sent: Thursday, March 04, 2004 2:33 PM
  To: CF-Talk
  Subject: Re: CFX_EXECUTE for CFMX?

  At 01:45 PM 3/4/2004, you wrote:
  >In CF5, I used CFX_Execute to execute commands that were really long.
  >Apparently, the ColdFusion CFEXECUTE tag has some kind of limitation as
to
  >the length of the command line command you can pass. I therefore used
  > to call the command. How can I execute the command in
qeustion
  >in CFMX?

  My CFX_Execute? (The C++ CFX from intrafoundation.com?)

  It's not working for you under CFMX?

  --min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFX_EXECUTE for CFMX?

2004-03-04 Thread Lewis Sellers
At 01:45 PM 3/4/2004, you wrote:
>In CF5, I used CFX_Execute to execute commands that were really long.
>Apparently, the ColdFusion CFEXECUTE tag has some kind of limitation as to
>the length of the command line command you can pass. I therefore used
> to call the command. How can I execute the command in qeustion
>in CFMX?

My CFX_Execute? (The C++ CFX from intrafoundation.com?)

It's not working for you under CFMX?

--min
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFX_EXECUTE for CFMX?

2004-03-04 Thread Raymond Camden
I haven't heard of such a bug, but even if it exists, you could simply wrap
your long command inside a .bat file and call that instead.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFX_EXECUTE for CFMX?

2004-03-04 Thread Jon Block
In CF5, I used CFX_Execute to execute commands that were really long.
Apparently, the ColdFusion CFEXECUTE tag has some kind of limitation as to
the length of the command line command you can pass. I therefore used
 to call the command. How can I execute the command in qeustion
in CFMX?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




cfx_execute

2001-02-24 Thread lsellers

Another toy. :)

http://www.intrafoundation.com/freeware.html

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists