Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2008, 12:43 PM
Member
 
Join Date: Jun 2008
Posts: 2
Michael is on a distinguished road
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 01:21 PM.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
a simple code (cldc or midp) to write a text file ouside of the application package sina CLDC and MIDP 2 03-13-2008 11:33 AM
I have c++ code for LUDO Game, Can anyone change it to Java file - Please help me Bhanu Sagar AWT / Swing 0 03-12-2008 07:39 PM
File fp = new File(filePath);fp.exists() does not yeild proper result ganeshp Advanced Java 1 12-27-2007 12:42 AM
Simply output the result to a text file. silvia New To Java 1 08-07-2007 06:48 AM
getting a random result gradon New To Java 2 07-19-2007 04:54 PM


All times are GMT +3. The time now is 05:43 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org