Hi All.
I need a recommendation on how to keep focus during a SHELL and MessageBox routine.
I've got a cmd window with a messagebox popup timed for 6secs and IF the user does a mouse click anywhere off the message box during those 6secs the script just idles and doesn't proceed. (And on first test run it happened...)
I tried 'SetFocus' and that didn't work. Also tried to use the minimizeall UDF and wasn't able to get that to work.

Thanks, _Dan

 Code:

(CODE Snippet)
; >>> Messagebox to keep the user informed...
$Holding =  MessageBox("Please wait, 
Need to check for Workstations still running Silly Old Access97 Program
before continuing with BackUps...
-=-=-=-=-=-=-=-=-=-=-=-=-=-",+"Checking Workstations ---", 64, 6)
tried SetFocus ("wkix32.exe") here...
; ======================================================================================
<clipped......>
$Not_Running = 0	
$List_Em = ""
   SHELL "PSList.exe \\workstation01 sillyoldprogram.exe  -nobanner"	; >>> ws One
	IF @ERROR = 0 $Dash_00 = "Yes" else $Dash_00 = "Nada"
    endif