faqts : Computers : Programming : Languages : PHP : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 4 people (0%) answered Yes
Recently 0 of 4 people (0%) answered Yes

Entry

Can anyone tell me how to make passthru(), system() or exec() work on Win98?

Dec 9th, 2005 02:22
Morne Roets, Sviss Cobazor,


Did you try calling the cmd.exe first and then your program?

exec("cmd /c c:\yourprogram.exe ...

or 

exec("C:\WIN98\system32\cmd.exe /c c:\yourprogram.exe ....

I have not tested this on 98 yet.

Always good to use the full path :-)

Also view http://www.php.net/function.exec