On Windows, PowerShell uses the backtick character (`) and Command Prompt uses caret (^) instead of backslash (\) for multi-line pipelines. You can also put the whole pipeline on a single line; they ...
Windows : start javaw -Dfile.encoding=utf8 -Xmx1024m -jar LogNote.jar Linux : java -Dfile.encoding=utf8 -Xmx2048m -jar LogNote.jar Mac : java -Dfile.encoding=utf8 -Xmx2048m -jar LogNote.jar ...