• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
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.