enter image description here
enter image description here
In this program Uninstall.bat is created properly and sucessfully with the executable content in it
sc stop VirimaDiscoveryAgent
sc delete VirimaDiscoveryAgent
rmdir /Q /S “C:\Virima”
exit
these are commands to run in batscript
but after running this bat script some files and folders are not deleted
so what do i change the command to get all the files and folders deleted
New contributor
Ankith M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.