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
Robert Shaw Online Learning [EMAIL PROTECTED] MLC School Rowley Street Burwood 2134 Phone: 97471266 Mobile: 0422222515 Fax: 97453254
--- 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/
