Files
management-scripts/Uninstall-CCleanerCloud.bat
T

5 lines
253 B
Batchfile
Raw Normal View History

2019-11-11 19:22:39 -05:00
@echo off
if exist "%ProgramFiles(x86)%\CCleaner Cloud\uninst.exe" start "" /w "%ProgramFiles(x86)%\CCleaner Cloud\uninst.exe" /S
goto end
if exist "%ProgramFiles%\CCleaner Cloud\uninst.exe" start "" /w "%ProgramFiles%\CCleaner Cloud\uninst.exe" /S
:end