How to launch the program from Cold Fusion?
Below you can see example of launching the program from Cold Fusion:
Example:
<cfexecute name="c:\progra~1\ImageConverter Plus\ICPCL.exe"
arguments="-convertto tiff dither:no -source e:\webdev\files\in\test.jpg -dest e:\webdev\files\out -template {Title}.jpg -oper Resize size:0 300 keep_prop:no ">
</cfexecute>
arguments="-convertto tiff dither:no -source e:\webdev\files\in\test.jpg -dest e:\webdev\files\out -template {Title}.jpg -oper Resize size:0 300 keep_prop:no ">
</cfexecute>