samedi 20 août 2016

How to Write in a .bat file

I want a way to read/write a .bat file

 if (Serverslist.SelectedIndex == 0) //Sandbox
        {
            StreamReader sr = new StreamReader("sandbox.bat");
        }

        if (Serverslist.SelectedIndex == 1) //TTT
        {

        }

  • List item

enter image description here

Aucun commentaire:

Enregistrer un commentaire