Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
michin11 #1
CFEXECUTE Not Working
I'm having an issue and hopefully someone can help me out.
I'm trying to execute an exe called Sox.exe (Command line utility to convert
audio files) and it works in a runas environment but not in a cfexecute
environment. I'm wondering if I'm missing something. I have tried just about
everything, raising the timeout and so on and just cant seem to get it to work.
It doesnt error out either, it just doesnt do anything. I know cfexecute
works, as I use it with several other exe command line utilities, but for some
reason it doesnt work with this one.
Below is a sample command I run in runas and it works.
"D:\test\sox.exe" -t ul D721BFC4114335A3379D04B575961EC4.vox -t wav -u
D721BFC4114335A3379D04B575961EC4.wav
however this does not work.
<cfexecute name="D:\test\sox.exe" arguments="-t ul
D721BFC4114335A3379D04B575961EC4.vox -t wav -u
D721BFC4114335A3379D04B575961EC4.wav"></cfexecute>
With the variables in place its
<cfexecute name="D:\sox.exe" arguments="-t ul #WavFileName#.vox -t wav -u
#WavFileName#.wav"></cfexecute>
any ideas?
michin11 Guest
-
cfexecute
Did the solution below work for you? Thanks. Chris -
CFEXECUTE working on CFMX 6.0 but not CFMX 6.1
Hi all, I'm using CFBB and want to sync-up the usernames and passwords stored in the cfbb database to the file called by .htaccess to require... -
CFExecute Multiple Times Not Working?
I am also executing a particular EXE more than once. Will using CFLOCK exclusive prevent more than one copy of the program from executing if the... -
CFExecute and MX7
Under testing CFEXECUTE in MX7 I noted it is running under the SYSTEM account. In MX6.1 it ran under the account that was running the MMCF service. ... -
cfexecute not working (target program freezes)
I'm having some trouble with cfexecute and a little mp3 encoding program called LAME. If I go to our CF server, open a command prompt to C:\Program... -
Mr Black #2
Re: CFEXECUTE Not Working
Try this:
[url]http://www.cftagstore.com/tags/cfxexec.cfm[/url]
Mr Black Guest



Reply With Quote

