Hello i would like to activate the play button in my script after mouting iso and launching application?? Anyone have an idea???
Thanks for your response
Thanks for your response
; start the DVD player full screened Run("C:\Program Files\CyberLink\PowerDVD\PowerDVD.exe","",@SW_MAXIMIZE) ; if the app window is not up in 60 seconds - WinWait returns 0 ; if the app window comes up before then - the script continues If WinWait("PowerDVD","",60) = 0 Then MsgBox(48, "Utter Failure", "DVD application has failed to start. Script will be terminated") WinKill("PowerDVD") Terminate() ; ; optional msgbox here ; EndIf ; main loop While 1 Check_Window() Send("{ENTER}"); "Enter" will start the movie - let it run for $secs
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment