Don't get mad, I'm new! Need help D:

03/05/2018 14:28 MadDookie#1
Hello! I just started trying to code in C# and got to a point where I was able to create a Windows Form Application with buttons that switch pages, and buttons that open, as an example, a hello world batch file.

Basically what I want it to do is to open up cmd, do the console.writeline commands and then automatically hit ENTER. But I cant figure it out, not even with google :handsdown:

03/12/2018 09:15 Drewfire#2
Its
Code:
SendKeys.Send("{ENTER}");
btw
[Only registered and activated users can see links. Click Here To Register...]