pieter0978 Posted January 16, 2016 Posted January 16, 2016 hey guys a friend of me write with this program a program to play apps afther eathoterits for an other friend that have a tv in his shopmeaning is that tv play apps over and over again every 20 sec but it play 1 time and it stopsi will show wat frind write off programs ---------------------------------------------------------------------------- AutoIt Version: 3.3.14.2 Author: Ken Goossens Script Function: Swap between apps and powerpoint presentation v1.0#ce ----------------------------------------------------------------------------; Set the Escape hotkey to terminate the script.HotKeySet("{ESC}", "_Terminate")While 1 WinActivate("Weer","") Sleep(20000) WinActivate("Sport","") Sleep(20000) WinActivate("Nieuws","") Sleep(20000) Run(@comSpec & " /c start C:\Script\Test.pps", "", @SW_HIDE) ProcessWaitClose("powerpnt.exe")WEnd
PACaleala Posted January 19, 2016 Posted January 19, 2016 Bad news: you have a problem with the PowerPoint presentation - not the Autoit program . (Hint: The presentation is not closing after running the last slide !).
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