Quantcast
Channel: BungeeCord Discussion
Viewing all articles
Browse latest Browse all 3776

Executing commands in console via cmd.exe process stdin

$
0
0
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:
Code (Text):
/k cd <bungeecord directory> && run.bat
run.bat contains:
Code (Text):

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

Viewing all articles
Browse latest Browse all 3776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>