Hello,
Continuing my project, I am now trying to figure out how to launch an application from within bluestacks. I'm sure there's a ShellExecute() function in there for that somewhere. Can someone who has experience with bluestacks help?
;--> Launch BlueStacks
Global $AndroidPID = ShellExecute("C:\Program Files (x86)\BlueStacks\" & "HD-Frontend.exe", "Android")
;--> Wait for it to load
Global $AndroidHWND
While $AndroidHWND = False
$Androi