Hello,
I am running a php file via the php-cgi.exe in vista. When the main script executes adobe acrobat to print, the main script waits until adobe closes. Is there anyway to force the main script to keep running and read the remaining code?
exec (""c:\Program Files\Adobe\Reader 9.0\Reader\acrord32.exe" /t "c:\example\example.pdf" "printer"");
I have spent days on this issue and after reading many threads still no luck!