ShellExecute("C:\Program Files (x86)\MSI\MSI GamingApp\MSIGamingApp.exe")
Sleep(3000)
WinActivate("MSI Gaming App")
Send("{LWINDOWN}{SHIFTDOWN}{LEFT}", 1)
Send("{LWINUP}{SHIFTUP}", 1)
Sorry if this has been asked already, I did search a bit, and didn't find anything helpful. Basically I wanted to open an application, then send it to my secondary monitor with the WindowsKey + Shift + Left arrow, but it just doesn't work, I hope maybe I am just missing something easy. I haven't used AutoIT it a while, but I thought it would be perfect for this type of task. Thanks for any help.