Help - Search - Members
Full Version: adding paramaters
Piriform Community Forums > Piriform Software > CCleaner Discussion
esmo
How do I add the /S and /AUTO parameters? Thanks. esmo
pwillener
The /S switch I believe is for silent installation. Open a command prompt (cmd) and go to the folder where you downloaded the ccleaner installer. Type the installer name, followed by the /S switch.

To run Ccleaner with the /AUTO switch, you can either do it as above from the command prompt, or add it into a batch script.
esmo
QUOTE(pwillener @ May 13 2006, 12:33 PM) [snapback]38034[/snapback]

The /S switch I believe is for silent installation. Open a command prompt (cmd) and go to the folder where you downloaded the ccleaner installer. Type the installer name, followed by the /S switch.

To run Ccleaner with the /AUTO switch, you can either do it as above from the command prompt, or add it into a batch script.


On my machine Ccleaner is at d:\program files\ccleaner\ccleaner.exe. When I type this in at a command prompt I am told that "program" is not recognized . What am I doing wrong?
Andavari
You have to wrap stuff in quotes such as in your case:
"D:\Program Files\CCleaner\ccleaner.exe" /AUTO

or:
"%ProgramFiles%\CCleaner\ccleaner.exe" /AUTO

or (Win9x/DOS compatible, no quotes needed):
D:\Progra~1\CCleaner\ccleaner.exe /AUTO
pwillener
... or you can CD (change directory) to the D:\Program Files\Ccleaner folder and execute it from there.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.