Jump to content


Load CCleaner on external hard drive


6 replies to this topic

#1 OFFLINE   kellie

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 25 May 2007 - 07:25 AM

How do you load CCleaner onto an external hard drive? I am using it with great success on the main drive but also want to use it on the external where I keep a copy of everything thats on my main drive. Help appreciated.

#2 OFFLINE   JDPower

    Cydonian Knight

  • Members
  • PipPipPipPipPip
  • 2,952 posts
  • Gender:Male
  • Location:England

Posted 26 May 2007 - 01:12 AM

View Postkellie, on May 25 2007, 08:25 AM, said:

How do you load CCleaner onto an external hard drive? I am using it with great success on the main drive but also want to use it on the external where I keep a copy of everything thats on my main drive. Help appreciated.
Is there actually anything on the external hard drive that CCleaner could clean?

#3 OFFLINE   kellie

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 26 May 2007 - 05:09 AM

View PostJDPower, on May 26 2007, 11:12 AM, said:

Is there actually anything on the external hard drive that CCleaner could clean?
Fragmented itune files.

#4 OFFLINE   JDPower

    Cydonian Knight

  • Members
  • PipPipPipPipPip
  • 2,952 posts
  • Gender:Male
  • Location:England

Posted 26 May 2007 - 03:13 PM

View Postkellie, on May 26 2007, 06:09 AM, said:

Fragmented itune files.
CCleaner does not defragment files.

#5 OFFLINE   Super Fast

    Power Member

  • Members
  • PipPipPipPip
  • 996 posts

Posted 27 May 2007 - 02:12 PM

View PostJDPower, on May 26 2007, 11:13 AM, said:

CCleaner does not defragment files.
I think they just want to be able to run it from a usb drive without having to install it.
It would clean drive C: but from the thumbdrive, & without install.

#6 OFFLINE   CTskifreak

    Power Member

  • Members
  • PipPipPipPip
  • 1,413 posts
  • Gender:Male
  • Location:CT, USA

Posted 27 May 2007 - 02:58 PM

CCleaner Portable

Is this what he is looking for? You can run it from a USB drive, but only if the main PC doesn't have it installed already.

AJ
Unofficial Ambassador to the Maximum PC Forums and Moderator of the Piriform Facebook page

#7 OFFLINE   Bri

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 25 June 2007 - 06:21 PM

Hi all, or you could use this batch file that I made a while ago ;) - the cool part is that it will 'auto-detect' if CCleaner is already installed on the 'Target' PC and if it is then simply run it. However, if it does not find a previous installation it then installs it in the background, runs then uninstalls itself without any user interaction :D

@ECHO OFF
ECHO  %date% - %time%: CCleaner Initializing
IF EXIST "%systemdrive%\program files\CCleaner" GOTO RUNLOCALCC
goto RUNTUNEUPCC
:RUNTUNEUPCC
CALL ".\Tools\Applications\CCSetup.exe" /S
CALL "%systemdrive%\program files\CCleaner\CCleaner.exe"
CALL "%systemdrive%\Program Files\CCleaner\uninst.exe" /S
ECHO  %date% - %time%: Finished
ECHO.
GOTO END
:RUNLOCALCC
CALL "%systemdrive%\program files\CCleaner\CCleaner.exe"
ECHO  %date% - %time%: Finished
ECHO.
:END

Simply update the paths as required to where your .exe is located on your USB pen drive etc...

Hope this helps