I have a PHP script at the following location C:\wamp\www\tcl\bin\
Ben bir tarayıcı aracılığıyla aynı erişim.Ancak (http://localhost/tcl/bin/xxx.php
PHP komut dosyası. Ben bir proc_open yapıyorum
$app = 'C:/wamp/www/tcl/bin/tclsh84.exe';
$process = proc_open($app, $descriptorspec, $pipes);
if i give the full path it works , but if I just give tclsh84.exe it does not work . Although the PHP manual states if you don't give 4th parameter of proc_open (CWD) it takes the directory of the currently executing process.
Bu windows ve linux hem de çalışmak gerekiyor gibi tcl yürütülebilir yolunu kodlamalısınız olamaz gibi Birisi bana rehberlik eder.
Regards, Mithun