Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java runtime.getruntime().exec

Runtime.getRuntime().exec("google-chrome");
//starts google
//enter the name of the program you want to excecute as 
//the 1st argument in the function
 
PREVIOUS NEXT
Tagged: #java
ADD COMMENT
Topic
Name
8+5 =