MrNymous Posted May 5, 2010 Posted May 5, 2010 (edited) Why does Run("iexplore.exe ts3server://djrazr.myftp.org?port=9987") or Run("explorer.exe ts3server://djrazr.myftp.org?port=9987") not open the ts3server:// protocoll...If i open it by hand with typing the adresse in it works but this seems not to run .. got any ideas why? and a idea to connect to a ts3 server with autoit? Edited May 5, 2010 by SvenMawby
l3ill Posted May 5, 2010 Posted May 5, 2010 (edited) Try this: #include <ie.au3> $oIE = ShellExecute("iexplore.exe", "ts3server://djrazr.myftp.org?port=9987") Or this: #include <IE.au3> $oIE = _IECreate("ts3server://djrazr.myftp.org?port=9987") you can remove the variable if you don't need it. Edited May 5, 2010 by billo My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now