| View previous topic :: View next topic |
| Author |
Message |
Frank Guest
|
Posted: Mon May 23, 2005 3:39 pm Post subject: Is there some library to help me? (scaning virus) |
|
|
Hi I need to do an application where I receive a file and I want to Open it,
but before do it I want to scan this file with any antivirus (Panda,
Northon), if the file is ok then I go to Open it but if have virus I cancel
the operation, please any hint to do it.
kind regards
Frank
--
ELKNews FREE Edition - Empower your News Reader! http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
Eric Hill Guest
|
Posted: Tue May 24, 2005 2:06 pm Post subject: Re: Is there some library to help me? (scaning virus) |
|
|
Most virus scanners will let you scan a single file with a command line option, but typically, virus
scanners will scan *every* file written to the hard drive. Just save the file to a temporary
filename (in the temp folder) and the virus scanner will scan it automatically.
Eric
|
|
| Back to top |
|
 |
Frank Guest
|
Posted: Tue May 24, 2005 8:01 pm Post subject: Re: Is there some library to help me? (scaning virus) |
|
|
ok, could you give any example how call the command line and get a result
about if file have or not virus?
kind regards
Frank
"Eric Hill" <eric (AT) ijack (DOT) net> escribió en el mensaje
news:429334b6 (AT) newsgroups (DOT) borland.com...
| Quote: | Most virus scanners will let you scan a single file with a command line
option, but typically, virus
scanners will scan *every* file written to the hard drive. Just save the
file to a temporary
filename (in the temp folder) and the virus scanner will scan it
automatically.
Eric
|
--
ELKNews FREE Edition - Empower your News Reader! http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
Eric Hill Guest
|
Posted: Tue May 24, 2005 8:38 pm Post subject: Re: Is there some library to help me? (scaning virus) |
|
|
| Quote: | ok, could you give any example how call the command line and get a result
about if file have or not virus?
|
Which antivirus software do you have?
|
|
| Back to top |
|
 |
Frank Guest
|
Posted: Wed May 25, 2005 5:43 pm Post subject: Re: Is there some library to help me? (scaning virus) |
|
|
I have Panda Antivirus
kind regards
Frank
"Eric Hill" <eric (AT) ijack (DOT) net> escribió en el mensaje
news:42939070$1 (AT) newsgroups (DOT) borland.com...
| Quote: | ok, could you give any example how call the command line and get a
result
about if file have or not virus?
Which antivirus software do you have?
|
--
ELKNews FREE Edition - Empower your News Reader! http://www.atozedsoftware.com
|
|
| Back to top |
|
 |
Eric Hill Guest
|
Posted: Wed May 25, 2005 6:08 pm Post subject: Re: Is there some library to help me? (scaning virus) |
|
|
A quick scan of their web site (pandasoftware.com, right?) shows a product called
"CommandlineSecure" that is designed specifically for command-line scanning.
It looks like it's a part of the BusinessSecure stuff, so you may already have it. You should be
able to call that with ease.
Eric
|
|
| Back to top |
|
 |
|