Jump to content

x29A

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral
  1. What I'm trying to do: Wipe the contents of a particular folder via the command line using the following command... "%ProgramFiles%\CCleaner\CCleaner.exe" /DELETE "%AppData%\Foo\Bar" /METHOD 0 ...WITHOUT the invocation of a message box which prompts me whether or not to proceed with permanent deletion (Yes/No/Cancel). The actual message is as follows: What actually happens: A message box is always displayed when invoking the aforementioned command line which prompts me whether or not to proceed with permanent deletion (Yes/No/Cancel). What I'd like to see changed: The addition of a command line parameter to supress (e.g. /Y) or display (e.g. /-Y, default) that message box. How the change would be beneficial: Those who primarily deal with writing automated scripts to do repetitive tasks would benefit greatly as they would not need to manually click "Yes" every time. For those of you wondering, "Why not just add the /AUTO parameter?" The problem with the "/AUTO" parameter is that while it does suppress the message box, it also overrides the "/DELETE" and "/METHOD" parameters and just runs CCleaner with the settings I have applied within the GUI. This is not what I'm trying to accomplish. I just want to be able to use the "/DELETE" and "/METHOD" switches on several files or folders from the command line and without having to add them to custom wipe folders within the CCleaner GUI.
×
×
  • Create New...

Important Information

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