run.
<cfexecute name="/bin/ls" arguments="-l"
outputfile="/home/mike/ls.txt"></cfexecute>
Returns the appropriate information.
Doug
Barney Boisvert wrote:
>The proggy might output the usage info to the STDERR rather than
>STDOUT, so it's not going to your file. That's just a shot in the
>dark though.
>
>Did you try a simple shell script that outputs a line of text (with
>echo) and see if that runs properly?
>
>cheers,
>barneyb
>
>
>On Tue, 14 Sep 2004 15:29:13 -0400, Doug James <[EMAIL PROTECTED]> wrote:
>
>
>>Help! My cfexecute call does not execute! I have the appropriate
>>permissions set.
>>
>>Here is my code:
>><cfexecute name="/home/mike/bin/html2ps" outputFile="/home/mike/test"
>>arguments="-h"></cfexecute>
>>I should get something like below in my file '/home/mike/test':
>>Usage:
>>html2ps [-2cdDFghHLnORtTuUv] [-b URL] [-C string] [-e encoding]
>> [-f file[:file[:...]]] [-i num] [-k file] [-l lang] [-m num] [-N num]
>> [-o file] [-r path] [-s num] [-S string] [-W string] [-x num]
>> [file|URL [file|URL [...]]]
>>
>>The html2ps users guide is available as /home/mike/lib/html2ps/html2ps.html
>>
>>What I actually get is this:'' (yes, there is nothing there).
>>
>>I am running CFMX (6,0,0,58500) on RedHat 6.
>>
>>Any suggestions on how to get this to work?
>>
>>Thanks!
>>
>>Doug
>>
>>
>>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

