AU3----QQ登陆广告
[code]run ("CoralQQ.exe")
Sleep(2000)
$destination = @TempDir & "\start.gif"
FileInstall("d:\start.gif", $destination) ;source must be literal string
SplashImageOn("窗口标题", $destination,254 ,157 ,765 ,580 ,1 )
Sleep(15000)
SplashOff()
[/code]
页:
[1]