Jump to content

adding paramaters


esmo

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Moderators

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.