Well, I am trying to use your solution but I have difficulties in using cfexecute.
I use this :
<cfexecute name="e:\mypath\tar-1.12.msdos.exe" arguments="-xf *.tar" timeOut="60">
It works well when I directly run the command under msdos.
With coldfusion, it doesn't return any errors, but it also doesn't run the script. Or it runs it but the result (several files) goes nowhere.
I tried to use a outputfile, it is created but remains empty and anyway i should have several files in output, not only one.
Does anyone knows how to have the command executed with the resulting files in a directory?
Thanks in advance.