home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 February
/
PCWorld_2006-02_cd.bin
/
software
/
vyzkuste
/
triky
/
triky.exe
/
autoit-v3-setup.exe
/
Examples
/
SplashImageOn.au3
< prev
next >
Wrap
Text File
|
2004-09-22
|
190b
|
7 lines
$destination = @TempDir & "\mySplash.bmp"
FileInstall("C:\foo.bmp", $destination) ;source must be literal string
SplashImageOn("Splash Screen", $destination)
Sleep(3000)
SplashOff()