2paulm 0 Posted October 9, 2011 Ok I have an EXE file which is a PC TOOLS I am an affiliate selling the software so it opens through a link like http://affiliatesite.com/ac=blablah&sw=pctools Above is just a random example but when clicking the link it installs a cookie into the persons browser then directs them to the EXE download. My problem is I need to host the EXE on my own site... Is there a way to make the exe open the URL after it is run? like at the URL into the EXE file so when its opened or installed it opens the URL? let me know if this is making any sense or if you need more input. can you stack an autoit and an exe that exists together? Paul Share this post Link to post Share on other sites
Chimaera 144 Posted October 9, 2011 (edited) Opening a url yes of course its possible _IECreate ("http://support.acer-euro.com/drivers/downloads.html", 1, 1, 0) Look at the _IE functions in the helpfile for info Edited October 9, 2011 by Chimaera If Ive just helped you ... miracles do happen. ChimaeraCopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices() Share this post Link to post Share on other sites