Rob,
You'd be better off looking for an alternative product for spell checking. You might try the Jazzy java components: http://jazzy.sourceforge.net/
We're looking at integrating this as a generic service for FarCry (http://farcry.daemon.com.au/) for example. It's cross platform and being Java integrates nicely with CFMX.
-- geoff http://www.daemon.com.au/
rob wrote:
this is the windows code
<cffile action="write" file="#aspellpath#\#tempfile#" output="#text#" charset="utf-8">
<cfexecute name="c:\windows\system32\cmd.exe" arguments="/c type #aspellpath#\#tempfile# | #aspellpath#\bin\aspell -a --mode=none --add-filter=sgml --encoding=utf-8 --lang=#dict#" variable="spellOutput" timeout="30"></cfexecute>
<cffile action="write" file="#aspellpath#\output.txt" output="#spellOutput#" charset="utf-8">
<!--- delete the file --->
<cffile action="delete" file="#aspellpath#\#tempfile#">
how could i rewrite this for the mac/unix??
Thanks people
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
