Can't run script with es.processFile if absolute path to script contains spaces
<fullPathToAMEbinary> --console es.processFile "C:\Hello World\test.js" // doens't work
<fullPathToAMEbinary> --console es.processFile "C:\HelloWorld\test.js" // works
Is there anyway to escape the whitespace in a path?
