Hi all
I was wondering to try something like this:
exec("dir \"".$sSearchPat h."\\*.pdf\" >c:\hhh.txt") ;
though, it hangs at that point. I tried system(), shell_exec/() etc
similar result.
Have anyone tried this?
S
I was wondering to try something like this:
exec("dir \"".$sSearchPat h."\\*.pdf\" >c:\hhh.txt") ;
though, it hangs at that point. I tried system(), shell_exec/() etc
similar result.
Have anyone tried this?
S
Comment