Dave Matthews wrote:
>> In Unix, I load all the ace files in the rawdata directory with a shell
> script like this:
>> foreach acefile (`ls $ACEDB/rawdata/*.ace`)
> tace <<DONE
> parse $acefile
> DONE
>> I don't know if DOS has the equivalent of "<<" command redirection.
> Maybe it does. Or maybe there's some other way to skin this cat?
As far as I know, Windows/DOS doesn't.
> (Has AcePerl been tried out under Windows?)
I'm attempting it this week, with Lincoln's guidance.
Richard B.