Execute PC Comments - Java

Execute PC Comments

Snippet Code


  
Rate this page :
  [ 0 votes]

If you want to execute any pc comments we can do it by using those lines

try { Runtime r = Runtime.getRuntime(); Process p = r.exec(pingCmd); } catch (IOException e) { System.out.println(e); }

Tags


Ask Questions

Ask Question