home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / shareware / autoit-v3-setup.exe / Examples / Helpfile / SplashImageOn.au3 < prev    next >
Encoding:
Text File  |  2006-06-17  |  134 b   |  5 lines

  1. $destination = @Systemdir & "\oobe\images\mslogo.jpg"
  2.  
  3. SplashImageOn("Splash Screen", $destination,250,50)
  4. Sleep(3000)
  5. SplashOff()