Title: RE: session implementation
Does anyone know the right format for putting multiple command line arguments into a CFExcute Tag? I'm calling a 'Diff' utility to compare to files. When I add both files I get an 'unknown error'
 
<cfexecute name="c:\inetpub\wwwroot\diff.exe" arguments="file1.txt file2.txt" timeOut="1"></cfexecute>
 
Thanks

Reply via email to