polara Posted July 5, 2006 Posted July 5, 2006 (edited) How can I get a MsgBox to not appear until after a prior RUN process in a script has completed and it's window has closed? Edited July 5, 2006 by polara
Moderators big_daddy Posted July 5, 2006 Moderators Posted July 5, 2006 How can I get a MsgBox to not appear until after a prior RUN process in a script has completed and it's window has closed?RunWait("your program here") MsgBox(0, "", "This won't display until after your program closes.")
polara Posted July 5, 2006 Author Posted July 5, 2006 RunWait("your program here") MsgBox(0, "", "This won't display until after your program closes.")THANKS!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now