You can define th window state in foxrun.pif, located in Home(). /N is for starting without waiting for dos to return, so don't use that parameter and foxpro does wait.
The help might be misleading in that it says you _should_ pass this if starting another windows application. Even in that case you only need it if you want that application to launch and not stop your application. N is simply for NOWAIT.
Bye, Olaf.