windows - External program started from Perl stays hidden and is not accesibile -
i've installed adobe media server (does contain apache to) , perl activestate , struggle find solution start local application (server side) through webpage using perl script.
the problem program starting incorrectly , not visible or accessible in way. see in task manager. tried start other windows programs notepad.exe, calc.exe, mspaint.exe, etc.
the weird part when run command line, same script working perfectly. programs starts , windows visible.
my system has windows 7 installed , adobe media server apache 2.2.
the script simple:
#! "c:\perl64\bin\perl.exe" system('c:\a_tv\tv.exe');
try system(start.exe 'c:\a_tv\tv.exe');
Comments
Post a Comment