Please help!
How can I close IExplorer window from Java program.
Browser was open from same program, but I dont realy know How can I close it.
Part of code for open is here:
Runtime rt = Runtime.getRuntime();
Process proc = rt.exec(cmd);
Where:
cmd = new String[4];
cmd[0] = "cmd.exe" ;
cmd[1] = "/C" ;
cmd[2] = "C:\\Program Files\\Plus!\\MicrosoftInternet\\iexplore.exe";
cmd[3] = "
How can I close IExplorer window from Java program.
Browser was open from same program, but I dont realy know How can I close it.
Part of code for open is here:
Runtime rt = Runtime.getRuntime();
Process proc = rt.exec(cmd);
Where:
cmd = new String[4];
cmd[0] = "cmd.exe" ;
cmd[1] = "/C" ;
cmd[2] = "C:\\Program Files\\Plus!\\MicrosoftInternet\\iexplore.exe";
cmd[3] = "