You are on page 1of 1

private void lampuNyala() {

{
try
{
Toast.makeText(getBaseContext(), "Nyala dong",
Toast.LENGTH_LONG).show();
Runtime.getRuntime().exec("cmd /c start cmd.exe /K \"mosquitto_pub
-h 192.168.0.211 -t cmnd/pintudepan/POWER -m on\"");
// Process process = Runtime.getRuntime().exec("cmd /c start
cmd.exe /K \"mosquitto_pub -h 192.168.0.211 -t cmnd/pintudepan/POWER -m on\"");
// System.out.println("\"cmd /c start cmd.exe /K \"mosquitto_pub -h
192.168.0.211 -t cmnd/pintudepan/POWER -m on\"");
Runtime.getRuntime().exec("notepad.exe");

}
catch (Exception e)
{
// System.out.println("HEY Buddy ! U r Doing Something Wrong ");
e.printStackTrace();
}
}
}

You might also like