Results 1 to 1 of 1
- 06-11-2008, 11:43 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 2
- Rep Power
- 0
need a code to get the result of avgscan.exe file
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
Last edited by Michael; 06-11-2008 at 12:21 PM.
Similar Threads
-
File fp = new File(filePath);fp.exists() does not yeild proper result
By ganeshp in forum Advanced JavaReplies: 2Last Post: 04-07-2009, 06:25 AM -
a simple code (cldc or midp) to write a text file ouside of the application package
By sina in forum CLDC and MIDPReplies: 3Last Post: 12-12-2008, 12:12 PM -
I have c++ code for LUDO Game, Can anyone change it to Java file - Please help me
By Bhanu Sagar in forum AWT / SwingReplies: 0Last Post: 03-12-2008, 06:39 PM -
Simply output the result to a text file.
By silvia in forum New To JavaReplies: 1Last Post: 08-07-2007, 05:48 AM -
getting a random result
By gradon in forum New To JavaReplies: 2Last Post: 07-19-2007, 03:54 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks