hello!
Im trying to use _popen to execute a cmd app from a WFA using this code....
Im including stdio.h
_popen("\"d:\\Freeling\\bin\\analyzer.exe -f d:\\Freeling\\share\\config\\es.cfg\"", "r");
This code straight excecuted from the cmd console, works.
But the popen inst working not even excecute the cmd console it seem like is going to load it but it doesnt.
I tried to execute any .exe that inst installed and do the same....
what's happening please....does anybody know??
thanks..