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

forgot to pull -.-

parent 7a8045d6
Branches
No related tags found
No related merge requests found
...@@ -91,8 +91,8 @@ IEnumerator ServerRoutine() ...@@ -91,8 +91,8 @@ IEnumerator ServerRoutine()
Process process; Process process;
processInfo = new ProcessStartInfo("cmd.exe", "/c " + command); processInfo = new ProcessStartInfo("cmd.exe", "/c " + command);
processInfo.CreateNoWindow = true; processInfo.CreateNoWindow = false;
processInfo.UseShellExecute = false; processInfo.UseShellExecute = true;
// *** Redirect the output *** // *** Redirect the output ***
// processInfo.RedirectStandardError = true; // processInfo.RedirectStandardError = true;
//processInfo.RedirectStandardOutput = true; //processInfo.RedirectStandardOutput = true;
......
This diff is collapsed.
SET PATH= "%~1"\jdk-13.0.2\bin;%PATH% 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.
Please register or to comment