Community Forums Today's Posts     Member List     Archive    
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    27

    Simple startscript for Windows

    So here a windows confirm startscript. I edit only the format from my existing linuxscript. now it works under windows.

    Linux Startscript could you find here:
    http://forum.teamspeak.com/showthread.php?t=47075


    You have problems with that script IŽll fixed it.

    Simple Windows Startscript
    http://www.inc-gaming.net/index.php?site=files&cat=13


    //edit
    Sorry IŽve missing change something

    You must edit this part to the right parameters:

    :# ~~ Description: Server daemon
    :# ~~ Params: ts3server_linux_x86 / ts3server_linux_amd64
    SET SYS_DAEMON="ts3server_linux_x86";

    Thats the linux deamons.

    Use one of this:
    ts3server_win32.exe
    ts3server_win64.exe

    IŽve self problems with my script
    Who will start teamspeak 3 as prozess, this will help you.

    Code:
    Dim fileName As String
    Dim arguments As String
    Dim returnValue As Process
    
    returnValue = Process.Start(fileName, _
        arguments)
    Sorry, i workin hard to fix the problems.
    Last edited by Crytix; 22-12-2009 at 11:35. Reason: parms not corectly

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 31
    Last Post: 19-01-2010, 21:25
  2. Simple Need - No Solution
    By NiteCloak in forum [TeamSpeak 2] Addons & Scripts
    Replies: 3
    Last Post: 10-06-2007, 20:04
  3. Simple way to start Ts server as a service
    By Syntax2112 in forum [TeamSpeak 2] Server Support
    Replies: 7
    Last Post: 31-08-2006, 17:26
  4. mic not picking up anything
    By majom in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 17-10-2004, 22:51
  5. A simple Question For you linux Pros
    By Confused state in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 29-04-2003, 09:04

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •