kellie 0 Report post Posted May 25, 2007 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. Quote Share this post Link to post Share on other sites
JDPower 0 Report post Posted May 26, 2007 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? Quote Share this post Link to post Share on other sites
kellie 0 Report post Posted May 26, 2007 Is there actually anything on the external hard drive that CCleaner could clean? Fragmented itune files. Quote Share this post Link to post Share on other sites
JDPower 0 Report post Posted May 26, 2007 Fragmented itune files. CCleaner does not defragment files. Quote Share this post Link to post Share on other sites
Super Fast 0 Report post Posted May 27, 2007 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. Quote Share this post Link to post Share on other sites
CTskifreak 0 Report post Posted May 27, 2007 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 Quote Share this post Link to post Share on other sites
Bri 0 Report post Posted June 25, 2007 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 @ECHO OFFECHO %date% - %time%: CCleaner InitializingIF EXIST "%systemdrive%\program files\CCleaner" GOTO RUNLOCALCCgoto RUNTUNEUPCC:RUNTUNEUPCCCALL ".\Tools\Applications\CCSetup.exe" /SCALL "%systemdrive%\program files\CCleaner\CCleaner.exe"CALL "%systemdrive%\Program Files\CCleaner\uninst.exe" /SECHO %date% - %time%: FinishedECHO.GOTO END:RUNLOCALCCCALL "%systemdrive%\program files\CCleaner\CCleaner.exe"ECHO %date% - %time%: FinishedECHO.:END Simply update the paths as required to where your .exe is located on your USB pen drive etc... Hope this helps Quote Share this post Link to post Share on other sites