Close
jGuru Forums
Posted By: Ajay_Bist Posted On: Sunday, June 2, 2002 06:15 PM
How can you run an anti-virus using java code ?
Re: This question is regarding running a antivirus programatically
Posted By: Bjornie_Wikstroem Posted On: Monday, June 3, 2002 02:42 AM
Runtime runtime = Runtime.getRuntime ();Process process = runtime.exec ( "antivirus.exe" );