Hello everybody,
I got a problem in getting output of avgscan.exe file through BufferedReader class .
My coding is :
Process pp=run.exec("C:\\Program Files\\Grisoft\\AVG Free\\avgscan c:\\VirusScan");
BufferedReader in =new BufferedReader(new InputStreamReader(pp.getInputStream()));
System.out.println(in.readLine());
can anybody help me to get the result