Ccleaner autorun

I don't know if this is on the forums somewhere, but I would like to post it anyway. Piriform is my favorite software company, I love the products and enjoy them entirely! Being an IT specialist at 3 different school districts I find nearly impossible to reach most of my clients and let them know the importance of keeping a clean and safe PC. I find it easier to make them batch files labeled clearly instead of them having to use the programs themselves. A lot of my clients are timid and skid-dish about making mistakes or changes to their computer without the consent of the IT department.

So I wrote a simple Batch file for them instead of them doing it themselves. I know its an easy script but it has helped a tremendous amount. For those who aren't familiar with DOS scripting, this is simply a batch file that automatically runs CCleaner without the "hassle" of doing it manually.

So anyways, just open up a notepad and copy this into it. Make sure you save it as "CCleaner.bat" for it will not work without the format.

@ECHO OFF

cd C:\

cd C:\Program Files

cd C:\Program Files\CCleaner

CCLEANER.exe /AUTO

cls

@echo System has been cleaned.

pause

cls

exit

Simple little script that saves a lot of time and energy (for me anyways).

Well hope you like it, if you knew it already then I guess you are just that much better then me! =)

-David

Welcome to the forums dtrav. :)

Such batch files have been posted on the forums before, and yes they do work as intended however they're not really needed anymore. People can very easily make a shortcut to automate CCleaner, as seen here, and here in the official documentation.