You just don't know how to use it correctly. If you redirect output to a file it will be overwritten. So, if you type:
"EuCheck val > DB\1492_IGC.inc"
it will destroy that file.
FYI the operator ">" means "redirect", and is a staple of both Unix and DOS.
The correct way to use EuCheck is to type for example:
"EuCheck val > log.txt"
It will then go through all of your .inc files and redirect its output to a log file where you can read what it did.
"EuCheck val > DB\1492_IGC.inc"
it will destroy that file.
FYI the operator ">" means "redirect", and is a staple of both Unix and DOS.
The correct way to use EuCheck is to type for example:
"EuCheck val > log.txt"
It will then go through all of your .inc files and redirect its output to a log file where you can read what it did.