SplashTextOn

From AutoIt Wiki

Jump to: navigation, search
Hangman with MSPaint
  ;we don't need to specify the path if the exe is in the system directory..
   RunWait ("MSPAINT.EXE") 
  
   MsgBox (0,"","Script continues")