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.
Load CCleaner on external hard drive
Started by kellie, May 25 2007 07:25 AM
6 replies to this topic
#1 OFFLINE
Posted 25 May 2007 - 07:25 AM
#2 OFFLINE
Posted 26 May 2007 - 01:12 AM
kellie, 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.
#3 OFFLINE
#4 OFFLINE
#5 OFFLINE
#6 OFFLINE
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
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
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 
Simply update the paths as required to where your .exe is located on your USB pen drive etc...
Hope this helps
@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











