Hello All,
I have a vbs script that goes and does a bunch of copying of files and backing up of files. REcently the server I had this running on got a corporate anti-virus setup. I have found that if i kill "RtaAgent.exe *32" in the Processes then kick of the vbs it runs great.
However if I don't kill it, it sees it as a virus and stops it.
The RtaAgent will be killed for about 1 minute which gives me time to kick off the script before it automatically opens and starts running again.
Question: how could I make my current VBS script kill that process on execution?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008
I have a vbs script that goes and does a bunch of copying of files and backing up of files. REcently the server I had this running on got a corporate anti-virus setup. I have found that if i kill "RtaAgent.exe *32" in the Processes then kick of the vbs it runs great.
However if I don't kill it, it sees it as a virus and stops it.
The RtaAgent will be killed for about 1 minute which gives me time to kick off the script before it automatically opens and starts running again.
Question: how could I make my current VBS script kill that process on execution?
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008