M
Mike Stead
Hi all, I'm hoping you can lend me some help.
I make the following call:
require 'win32/process'
Process.createapp_name => "perl C:/bin/filepp-1.8.0/filepp.pl -c")
This fails with the error:
CreateProcess() failed:
And as you can see provides no info around the failure.
This same command works fine through cygwin and dos prompt.
Can anyone give me some idea of what I'm doing wrong?
I make the following call:
require 'win32/process'
Process.createapp_name => "perl C:/bin/filepp-1.8.0/filepp.pl -c")
This fails with the error:
CreateProcess() failed:
And as you can see provides no info around the failure.
This same command works fine through cygwin and dos prompt.
Can anyone give me some idea of what I'm doing wrong?