Kornous Posted January 22, 2024 Posted January 22, 2024 Hello. Please tell me how to solve this problem: I want to write a program so that first the script opens a browser in a folder on drive C, then follows the link (that green button). Now the situation is this: when I run the script, the link does not open (examppleee.com) #include <Misc.au3> #include <IE.au3> Run('C:\Program Files (x86)\Kingdom\Kor Browser\korbrowser.exe /select,"' & @ProgramFilesDir & '\Internet Explorer"') ShellExecute('http://examppleee.com/game/')
rudi Posted January 22, 2024 Posted January 22, 2024 Hello, welcome to the forum. Please read up the forum rules, especially the notes on game automation. CU, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Developers Jos Posted January 22, 2024 Developers Posted January 22, 2024 (edited) Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team Ps @rudi, please just report in stead of replying. Edited January 22, 2024 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts