Using launch() to start chrome.exe

here for firefox


  case "Launch3":
    String[] args1 = {
      "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe",
      lastCmd
    };
    println("Launch");
    launch (args1);
    break;