Skip to content
Snippets Groups Projects
Commit f8b57f69 authored by Branden's avatar Branden
Browse files

Created outline for isRunning method

parent 4de2b333
No related branches found
No related tags found
2 merge requests!65Prototype,!48Feature detect program/launch application
......@@ -7,4 +7,12 @@ import java.util.Scanner;
public class DetectProgram {
public static boolean isRunning(String Name) throws IOException {
ProcessBuilder processbuildier = new ProcessBuilder("tasklist.exe");
Process process = processbuildier.start();
return true;
}
}
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