Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
KodlarıBat'ın içine yazmak istediklerim şunlar:Kod:ile BBCode kullanıp buraya atar mısınız? Fotoğraf veya link açamam.[/quote] Daha önce buna benzer bir program yaptığımda bat'a yazıp açtığımda işlemler gerçekleşiyordu. Şimdi bu programla yazdığımda açtığımda işlem gerçekleşmiyor yani steam açılmıyor. [code] string username = textBox1.Text; string password = textBox2.Text; FileStream fs = File.Create(kaydedilecekYol +@"\" + username + ".bat"); StreamWriter sw = new StreamWriter(fs, Encoding.Unicode); sw.WriteLine("start " + "\"\"" + " " + "\"C:\\Program Files (x86)\\Steam\\Steam.exe\"" + " " + "-login " + username + " " + password + " " + "-applaunch 730 -low -nohltv -nosound -novid -window -w 640 -h 480 +exec autoexec.cfg -x 0 -y 0"); sw.Close(); textBox1.Text = ""; textBox2.Text = "";
start "" "C:\Program Files (x86)\Steam\Steam.exe" -login Username Password -applaunch 730 -low -nohltv -nosound -novid -window -w 640 -h 480 +exec autoexec.cfg -x 0 -y 0
Kodlama türünü Default yapın, yani;
Encoding.Default