Ja, SetFocus won't work as the script is suspended until the MessageBox receives it's response. What you want is System-model mode. Try this...

Code:

run "c:\windows\explorer.exe"
MESSAGEBOX ("blah blah", "title",4096)