Also use ProcessBuilder instead of GeneralCommandLine for simplicity.
Enclose file paths in raw strings. Otherwise in the string "C:\Users\...", "\U" was detected as an illegal escape which led to an error.
This will be useful in diagnosing issues like KT-45007 in the future. #KT-45007