Thank everyone for helping me with batch file program. I am currently having other issues though.
I used the code for a few buttons
textBox1->Text = textBox1->Text + "\n dir \n";
textBox1->Text = textBox1->Text + "\n pause \n";
textBox1->Text = textBox1->Text + "\n you get the idea\n";
everthing works, except the "\n" it makes this little square in the text box instead of a new line. I also tried endl;
But it didn't work either. What do I do here?