Run a batch file from Processing

Hi @bask185. Although Windows uses the \ as directory separator, it accepts / . If you give it a path using / everything works fine. (With / it does not prompt you as you are entering paths in e.g. cmd window.) Using / in your Processing sketch avoids Java needing \ to be escaped.

1 Like