Hi,
This is a bit of an unusual question; it doesn't relate to plugins but hopefully you can help with this issue.
I've written a VB.NET program which starts cmd.exe with the following arguments:
run.bat contains:
java -Xms512M -Xmx512M -jar BungeeCord.jar
pause
I then redirect the stdin and stdout to my application, which displays the output in a textbox as expected. However, when I write to the process' stdin, nothing...
Executing commands in console via cmd.exe process stdin
This is a bit of an unusual question; it doesn't relate to plugins but hopefully you can help with this issue.
I've written a VB.NET program which starts cmd.exe with the following arguments:
Code (Text):
/k cd <bungeecord directory> && run.bat
Code (Text):
java -Xms512M -Xmx512M -jar BungeeCord.jar
pause
Executing commands in console via cmd.exe process stdin