Okay I downloaded the program called Snapshotter which allows you to take screenshots of webpages through the command-line. Server is Win2k3/XP (live/local). I cannot get the program to run at all through exec, while the same directory/permissions for ffmpeg run fine. I cannot even get it to spit out the default output you get if you run it without arguments. exec("dir") works fine, but exec("c:\blah\Snapshotter") doesnt return anything. Registered the path in the PATH environment and still no luck, yet exec("c:\blah\ffmpeg") works fine and returns data.
Are there some programs you cannot run through PHP? Really need help on this if someone can provide some input. No safe-mode either.
Thanks, Derek.