You are here

CCleaner

14 posts / 0 new
Last post
Anonymous (not verified)
CCleaner

Besides the portability of, well, portable apps, there is also privacy which I think everybody likes. There are utilities for antivirus etc., but I have yet to find one that cleans up after you work on a computer. Smile

The ram footprint it has is extremely small and it's installation folder size is only up to 2MB. If it was ported to flash drives, I think it would make a great app.
-- CCleaner (http://www.ccleaner.com/)

Rainbow7180
Offline
Last seen: 17 years 5 months ago
Joined: 2005-12-09 15:09
CCleaner is definitely an

CCleaner is definitely an excellent program.

bmdoss (not verified)
Here is how I run it..

I have the following bat file in the ccleaner dir

@Echo Off
TITLE CCleaner startup
Echo Registering ActiveX components
cd\Apps\ccleaner
start /WAIT regsvr32.exe /s cchelper.ocx
start /WAIT regsvr32.exe /s CCListView.ocx
start /WAIT regsvr32.exe /s CCSubTimer.dll
start /WAIT regsvr32.exe /s CCTab.ocx
start /WAIT regsvr32.exe /s CCTreeView.ocx
Echo Starting application
start /WAIT ccleaner.exe

Echo Unregistering ActiveX components
start /WAIT regsvr32.exe /u /s cchelper.ocx
start /WAIT regsvr32.exe /u /s CCListView.ocx
start /WAIT regsvr32.exe /u /s CCSubTimer.dll
start /WAIT regsvr32.exe /u /s CCTab.ocx
start /WAIT regsvr32.exe /u /s CCTreeView.ocx

Exit

Rob Loach
Rob Loach's picture
Offline
Last seen: 15 years 7 months ago
Developer
Joined: 2005-12-09 17:29
Thanks a lot

Thanks a lot for the batch file! It seems to work...

threeoclockwit (not verified)
Odd.

It gives me a "Run time error '0' ".. Why is that? (I'm pretty clueless when it comes to tweaking software.)

B BY KB MB GB TB
Offline
Last seen: 16 years 11 months ago
Joined: 2006-03-10 17:45
cmlp13@aim.com

I can make a CCleaner mini-app for ya if you E-Mail me

TGStarfire
Offline
Last seen: 17 years 10 months ago
Joined: 2006-01-22 22:24
The Runtime error means that

The Runtime error means that not all your DLL's are registered. You may be missing a DLL somewhere. Also, FYI, the batch process above only works on 2k/xp, not in ME.

6 GB QuickiDrive
Ceedo / PStart / Xoblite
1.5 GB of portable application Goodness!

6GB QuickiDrive
Ceedo / PStart / Xoblite
1.5 GB of portable application Goodness!

SHADOW-XIII
SHADOW-XIII's picture
Offline
Last seen: 15 years 3 weeks ago
Joined: 2005-12-22 11:19
there's also new version of

there's also new version of CCleaner that requires more DLLs/OCXs to register (just add more to the list above)

Embrace your dreams

SHADOW-XIII
SHADOW-XIII's picture
Offline
Last seen: 15 years 3 weeks ago
Joined: 2005-12-22 11:19
doesn't it require admin

doesn't it require admin privilages ?

Embrace your dreams

B BY KB MB GB TB
Offline
Last seen: 16 years 11 months ago
Joined: 2006-03-10 17:45
reply

no

jhi
Offline
Last seen: 17 years 4 months ago
Joined: 2006-03-01 20:34
Hi, I am not very clear with

Hi, I am not very clear with what I might be doing wrong, cause I am getting this response:

Registering ActiveX components
The system cannot find the path specified.
Starting application
Unregistering ActiveX components

Could you give me a suggestion?

jhi
Offline
Last seen: 17 years 4 months ago
Joined: 2006-03-01 20:34
OK I've been trying to

OK I've been trying to answer my own question, and this is what I've got so far. With the latest release of CCleaner (v1.30.310)this code works but not with limited user privledges:

@Echo Off
Echo Registering Components

start /WAIT regsvr32.exe /s lang-1033.dll
start /WAIT regsvr32.exe /s cchelper.ocx
start /WAIT regsvr32.exe /s ccleaner.dll
start /WAIT regsvr32.exe /s CCListBar.ocx
start /WAIT regsvr32.exe /s CCListView.ocx
start /WAIT regsvr32.exe /s CCSubTimer.dll
start /WAIT regsvr32.exe /s CCSystem.dll
start /WAIT regsvr32.exe /s CCTab.ocx
start /WAIT regsvr32.exe /s CCTreeView.ocx
Echo Starting application
start /WAIT ccleaner.exe

Echo Unregistering Components
start /WAIT regsvr32.exe /u /s lang-1033.dll
start /WAIT regsvr32.exe /u /s cchelper.ocx
start /WAIT regsvr32.exe /u /s ccleaner.dll
start /WAIT regsvr32.exe /u /s CCListBar.ocx
start /WAIT regsvr32.exe /u /s CCListView.ocx
start /WAIT regsvr32.exe /u /s CCSubTimer.dll
start /WAIT regsvr32.exe /u /s CCSystem.dll
start /WAIT regsvr32.exe /u /s CCTab.ocx
start /WAIT regsvr32.exe /u /s CCTreeView.ocx

Exit

With user privledges the program does not start, perhaps because the dll's fail to get registered. Also when I include the path line in the bat file that the original poster included, I get a Run-time error '0'. I'd really like to get this working no matter how I am logged in. Any suggestions?

naramanis
Offline
Last seen: 16 years 12 months ago
Joined: 2007-03-22 07:13
people

Nareman want to make love with LediLexa.

TaffinFoxcroft
TaffinFoxcroft's picture
Offline
Last seen: 10 years 3 months ago
Developer
Joined: 2006-12-14 17:24
Search

this has already been brought up before,
and there is a better one at portablefreeware.com
also, I'm working on an alternative called cleanup portable

But there’s no sense crying over every mistake,
You just keep on trying till you run out of cake.

Topic locked