nativeProcess passing arguments with spaces
Hil,
I try to pass a parameter like "-f 1" to an executable on windows. The application expects it just like that with the space between the "f" an the "1". Obviously the space is escaped (regarding to the adobe reference for 'arguements' parameter). Putting each part as one argument in the String-Vector doesn't help either. I now put all in a batch file but it would be great to have to option to pass just regular parameters to an executable. Just like regular Dos-Parameters often used.
Any ideas?
TIA
