Jump to content

Recommended Posts

Posted

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/')

vot tak.png

  • Developers
Posted (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 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.
  :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...