Jump to content

Teamspeak 3 Connect


Recommended Posts

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 by SvenMawby
Link to comment
Share on other sites

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 by billo
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...