Skip to content
Snippets Groups Projects
Commit b8a6cc18 authored by Richard Marcus's avatar Richard Marcus
Browse files

forgot to pull -.-

parent 7a8045d6
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@ IEnumerator ServerRoutine()
Process process;
processInfo = new ProcessStartInfo("cmd.exe", "/c " + command);
processInfo.CreateNoWindow = true;
processInfo.UseShellExecute = false;
processInfo.CreateNoWindow = false;
processInfo.UseShellExecute = true;
// *** Redirect the output ***
// processInfo.RedirectStandardError = true;
//processInfo.RedirectStandardOutput = true;
......
This diff is collapsed.
SET PATH= "%~1"\jdk-13.0.2\bin;%PATH%
java -jar "%~1"\FrameIt-MMT-Server.jar "%~1"\mathhub 8081
java -jar "%~1"\FrameIt-MMT-Server.jar "%~1"\mathhub frameworld 8081
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment