Hello,
Can someone some suggest me how canI create a batch file that would updateo antivirus software in my client machines as they logon the network. I tried this, but nol luck.
:: Set files to get from
:: Antivirus update below
echo get c:\avg6226fu
echo quit>> c:\avg6226fu
endlocal
:eof
Thank you