Skip to main content
Hi,

 

We're currently running a staged rollout of webroot to replace mcafee.  Figured we'd give the 'run dos command' agent command a go for this.

 

If I were to run this as a batch script it would look like this:

 @echo offecho Changing Directory Pathc:cdcd "Program FilesMcAfeeCommon Framework"echo Uninstalling McAfeeFrmInst.exe /forceuninstallmsiexec /x {CE15D1B6-19B6-4D4D-8F43-CF5D2C3356FF} REMOVE=ALL REBOOT=R /qI've tried every variation of this in webroot run dos command from copying in the whole lot, to just the individual commands.

 

In each case webroot reports that the command has been executed, but nothing happens on the target machine.

 

 

Am I doing something wrong, or is this just not what this agent command is for?

 
I think that command will only run single commands at a time.  If you're wanting to run a batch file, you might want to try the Download and run a file command instead, with the file being a .bat file that contains the comands you listed.

Reply