Either work:
$> processing-java --force --sketch=C:\Users\C\button --output=C:\Users\C\button\out --run
Finished.
$> processing-java --force --sketch="c:/Users/C/button" --output="c:/Users/C/button/out" --run
Finished.
where the button pde has an empty setup and draw.
Kf