Jump to content

Recommended Posts

Posted

hey guys a friend of me write with this program a program to play apps afther eathoter

its for an other friend that have a tv in his shop

meaning is that tv play apps over and over again every 20 sec but it play 1 time and it stops

i will show wat frind write off program

s ----------------------------------------------------------------------------

 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

Posted

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 !).

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...