skalp Posted February 2, 2013 Posted February 2, 2013 (edited) Hi all !I have a weird problem with EA Origin Launcher. It can't close after a game !I tested some scripts with a game :Run ("C:Program Files (x86)Origin GamesKingdoms of Amalur ReckoningReckoning.exe","" )ProcessWait ( "Reckoning.exe" )ProcessWaitClose ( "Reckoning.exe" )ProcessClose ( "Origin.exe" )Run ("C:Program Files (x86)Origin GamesKingdoms of Amalur ReckoningReckoning.exe","" )ProcessWait ( "Reckoning.exe" )ProcessWaitClose ( "Reckoning.exe" )$title = WinGetTitle("[active]")WinKill ( $title )(other test with WinClose)there's Origin window in front of XBMC after each Origin game... :Thank you for your help. Edited February 2, 2013 by skalp
HeavenlyDemon Posted February 2, 2013 Posted February 2, 2013 I dont think you are going to get help with thisRead the forum rules Forum Rules
Moderators Melba23 Posted February 2, 2013 Moderators Posted February 2, 2013 skalp,HeavenlyDemon is quite right - please read the Forum rules (the link is also at bottom right of each page) - particularly the bit about not discussing game automation - before you post again. Thread locked. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts