Execute antivirus program programmatically using delphi

前端 未结 3 577
别跟我提以往
别跟我提以往 2021-01-03 04:16

I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files.

how i can

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-03 04:50

    Check how other programs do it, like Winrar. Most likely it is just starting the anti-virus program with the file or folder you want to scan as a command-line parameter. You can check the manual of your anti-virus program to check how it's done.

提交回复
热议问题