Hi, i would like to use php to run external program in window environment like open a macro program to let it run at window background.
I try to use exec to run the window command, it works, but when i try to use exec to
run other program, like this..
exec("run xxxx.ttl") // xxx.ttl is a macro
the php will hang... anyone has sample on how to use php to run external program in window environment??