Guest BassReFLeX Posted April 11, 2004 Should this work : Run("www.website.com") ? If not.. plz tell the true one Share this post Link to post Share on other sites
scriptkitty 1 Posted April 11, 2004 (edited) Not really, www.website.com is not actually a executable file. try using a browser, or the start thing: run('C:\Program Files\Internet Explorer\IEXPLORE.EXE www.website.com') or run(@comspec & ' /c start www.hiddensoft.com') this actually runs the secondary command and then uses the default browser associated with HTTP addresses. Edited April 11, 2004 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites