RE: DOS emulation window issue

From: Mark Sale Date: November 04, 2005 technical Source: cognigencorp.com
From: mark.e.sale@gsk.com Subject: RE: [NMusers] DOS emulation window issue Date: Fri, 4 Nov 2005 09:06:04 -0500 I suspect that if you "selected" text in the open DOS window that NONMEM would stop when it tried to write to the window, but I'm not sure. I assume that Splus uses the standard windows API calls to create this window (createprocessbynum) which I think will hang. If you use the low level API calls, you can set an option about whether the DOS windows is visible while running. If you're just doing bootstraps, I assume you have little interest in following every iteration, so hiding the window will avoid it hanging (for this reason at least). I don't know if this is available in Splus, it is available in Windows API (which are easy to call from, for example Excel macros or Visual Studio). I'm happy to share the code for this (in Excel macro language VBA). Mark Sale M.D. Global Director, Research Modeling and Simulation GlaxoSmithKline 919-483-1808 Mobile 919-522-6668
Nov 02, 2005 Mark Peterson DOS emulation window issue
Nov 02, 2005 Toufigh Gordi RE: DOS emulation window issue
Nov 02, 2005 Mark Sale RE: DOS emulation window issue
Nov 02, 2005 Mark Peterson RE: DOS emulation window issue
Nov 03, 2005 Mark Sale RE: DOS emulation window issue
Nov 03, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 04, 2005 Vladimir Piotrovskij RE: DOS emulation window issue
Nov 04, 2005 Mark Sale RE: DOS emulation window issue
Nov 04, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 04, 2005 Malaz Abutarif RE: DOS emulation window issue
Nov 07, 2005 Malaz Abutarif RE: DOS emulation window issue