jrauger 0 Posted May 20, 2010 I a real beginner with Autoit. In a script the function: Run ("notepad.exe") It work fine, but I would like to use something like: Run ("iexplore.exe") or better: Run ("www.????.com") I would like to start Iexplore in a specific web site. Can you help me ! JRA Share this post Link to post Share on other sites
JFX 10 Posted May 20, 2010 try ShellExecute instead of Run command Share this post Link to post Share on other sites