NostaleX.dat Parameter

02/11/2014 15:59 Guiso90#1
I search the parameter to start the NostaleX.dat without launcher (:
and yes i have use the SF but i found only threads for ".exe" and not ".dat"

Ich suche den Parameter zum starten der NostaleX.dat ohne Launcher (: und ja ich habe die SF benutzt aber ich hab nur Threads gefunden für ".exe" und nicht für ".dat"
02/11/2014 16:12 _RowLegend_#2
EntwellNostaleClient
02/11/2014 16:23 Guiso90#3
Schon aber dann kommt immer bei mir womit ich die NostaleX.dat öffnen will.
c# code
Code:
private void strtGameBtn_Click(object sender, EventArgs e)
        {
            Process.Start("NostaleX.dat","EntwellNostaleClient");
            this.Close();
        }
02/11/2014 16:55 _RowLegend_#4
Muss es denn unbedingt .dat sein?
Ein einfaches umbenennen in .exe reicht schon aus, das die Datei als ausführbare Anwendung gesehen wird.
02/11/2014 17:15 Guiso90#5
Ja will es als .dat haben -_-
02/11/2014 18:41 PainToTheWorld#6
das geht mit CreateProcess
02/11/2014 20:22 Guiso90#7
#done
Danke (:
close pls
02/12/2014 18:04 Abraxas Ethar#8
#closed