/AUTO .bat problem

Hello, well...

Why {Removed} when I write a bat like this:

"C:\Program Files\CCleaner\CCleaner.exe" /AUTO

The .bat runs infinitely, although CCleaner is running in auto???

But this is not the worst, the worst is that at first, it worked, work-ed, past simple (now it don't work).

Sorry, did I say the worst? I wrote this:

START "C:\Program Files\CCleaner\CCleaner.exe" /AUTO

El modificador no es valido*

And after this:

START "C:\Program Files\CCleaner\CCleaner.exe" /auto

Execute

OK

Execute again

El modificador no es valido

What???

I think that the problem is in the .bat configuration or something like that, maybe some .bat command that I executed before messed up all. Anyway, where is the problem???

Those commands work for you?

P.D: Thanks.

*Sorry, I am spanish and my computer too.

Try

START "C:\Program Files\CCleaner\CCleaner.exe" /AUTO
EXIT

NB "EXECUTE" is not a valid command when running CMD.EXE using the English language