Re: Running Command line stuff...

2015-01-07 Thread Larry Lyons
Have you tried creating a batch file, then running CFExecute on that? hth, larry I've searched and found a dozen ways to run a command line application via ColdFusion, none of which seem to work. Can anyone show me the right way? I want to run a program called ffmpeg.exe from the

Running Command line stuff...

2015-01-01 Thread Les Irvin
I've searched and found a dozen ways to run a command line application via ColdFusion, none of which seem to work. Can anyone show me the right way? I want to run a program called ffmpeg.exe from the command line. The code I need to execute is something like this: ffmpeg -i input.jpg -vf

Re: Running Command line stuff...

2015-01-01 Thread Bill Moniz
Not sure what version of CF you're using, but have a look at the cfexecute tag. It can do what you need. On 2 January 2015 at 15:15, Les Irvin les.cft...@gmail.com wrote: I've searched and found a dozen ways to run a command line application via ColdFusion, none of which seem to work. Can