The idea is to have this script iterate over all my IDBs and run my
"scriptfile" on each of them, where any print statements compiled in
my "out" file.
However, when I do this. The only thing that is printed to my output
file is this:
"Thank you for using IDA. Have a nice day!"
I thought that maybe the -A or -S would affect make the script stdout
the same as the process stdout. Is there a way to make IDA do this,
and also to disable that thank you message?