challjr2
Joined: 02 Sep 2011 |
Posts: 7 |
|
|
 |
Posted: Fri Apr 20, 2012 1:31 pm |
|
 |
 |
 |
 |
Hello, I want to creat a batch file to uninstall clamwin antivirus from multiple machines in a network. Any ideas? Thanks. I tried this @echo off
"C:\Program Files (x86)\ClamWin\unins000.exe" but it still ask if I am sure I want to uninstall, I want to force uninstall and not ask the question. Thanks.
|
|
challjr2
Joined: 02 Sep 2011 |
Posts: 7 |
|
|
 |
Posted: Fri Apr 20, 2012 2:42 pm |
|
 |
 |
 |
 |
@echo off
"C:\Program Files (x86)\ClamWin\unins000.exe" /VERYSILENT
I got this to work to uninstall, now I have to figure out how to tell it what machines to unintall.
|
|
challjr2
Joined: 02 Sep 2011 |
Posts: 7 |
|
|
 |
Posted: Fri Apr 20, 2012 3:09 pm |
|
 |
 |
 |
 |
I want to be able to take a text file with ip address and run it against the uninstall command.
|
|