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. cfx_Execute name=/usr/bin/perl arguments=-e '$test=2; print $test;' outputvar=outfile2 showdebug=yes

Re: cfexecute or cfx_execute issues

2004-09-15 Thread Barney Boisvert
).this works if i go right to the unix command line and run it. cfx_Execute name=/usr/bin/perl arguments=-e '$test=2; print $test;' outputvar=outfile2 showdebug=yes lineend=br reload=Auto if i do something simple like which perl then i get a result. what am i doing wrong? -- Barney

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

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

Re: cfexecute or cfx_execute issues

2004-09-15 Thread Steve Dworman
sure am. cfx_Execute name=/usr/bin/perl arguments= -e '$test=2+2; print $test;' outputvar=outfile2 showdebug=yes lineend=br reload=Auto timeout=60 Cfoutput#outfile2#/Cfoutput Silly question, but are you outputting your variable?Just to double check. On Wed, 15 Sep 2004 12:50:57 -0400

RE: CFX_ConsoleCommand and CFX_Execute

2004-07-04 Thread Lewis Sellers
to cfexecute (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

CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Jamie Jackson
I'm trying to find an alternative to cfexecute (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

RE: CFX_ConsoleCommand and CFX_Execute

2004-06-02 Thread Kev McCabe
June 2004 16:59 To: CF-Talk Subject: CFX_ConsoleCommand and CFX_Execute I'm trying to find an alternative to cfexecute (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

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

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

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

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,

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 CFX_execute to call the command. How can I execute the command in qeustion in CFMX

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]

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 CFX_execute to call the command. How can I execute

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... cfx_execute name=cmd.exe and so on... in CFMX, I need to do it like this: cfx_execute name=C:\winnt\system32\cmd.exe.. and so on... Thanks, Jon -Original

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/