Problem create process
I have this problem when i want set en environment path pr i start a ghostscript script the procedure fail, becouse parameter is passed in string ex:
Titanium.process.createProcess(["gsprint","filename","-ghostscript gswin32.exe"])
this process fail becuse the command generate is
gsprint "c:pippo.pdf" "-ghostscript gswin32.exe"
the secon parameter is amiss the command line must be without ""
There is solution in titanium?