At the end of a CCleaner run I want to run a batch script like
mypersonaladditionalcleanup.bat
Unfortuantely CCleaner does NOT offer to specify such a bat?ch script.
Can this be added in the next release?
thank you
Peter
At the end of a CCleaner run I want to run a batch script like
mypersonaladditionalcleanup.bat
Unfortuantely CCleaner does NOT offer to specify such a bat?ch script.
Can this be added in the next release?
thank you
Peter
Simply insert at the start of your batch script
CCLEANER
remembering to include the path to CCleaner.
Then you launch your script, which will then launch CCleaner,
and when you close CCleaner the rest of the script will complete.
Alan