Hey guys first time poster long time reader, you guys have really helped me out while I was learning (and continue to learn) coldfusion. Anyway I'm in a bind, I've been tasked with designing a app that checks a html page for spelling errors. My plan is to use cfexecute and aspell. Anyway I can run it just fine from command line but when I try to run it using: <cfexecute name="aspell" arguments="check -H test.cfm" outputfile="output.txt /> I get an empty file. I've also tried it with: <cfexecute name="echo" arguments="test.cfm | aspell -H -a" outputfile="output.txt /> Which gives me a file with "test.cfm | aspell -H -a" and I've tried <cfexecute name="cat" arguments="test.cfm | aspell -H -a" outputfile="output.txt /> which gives me a blank file again. So what is the trick people? And do you have any other suggestions other than aspell for a document spell checker? Thank in advance,
Kevin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4191 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
