Hi Arnór,

> I use #msgbox to remind me at the end of a compile. When run with the
> command line compiler, the #msgbox _always_ appears behind the compiler
> window. Since the #msgbox is small it is almost covered by the compiler
> progress window so I don't always notice it<g> This is what I have:
>
> #msgbox "REMEMBER: Test code at the end of the script to rename
> officeupdate.ini to officeupdate_TEST.ini"
>
> Note that this is executed on a XP Home SP3 with all updates.

Interesting. We had to replace the Clarion MESSAGE() command with a native
Windows API to fix this.

Thank you for bringing this to my attention.

Friedrich