Hi, thanks for response. I am growing pretty desperate after trying a
php script that also wouldn't do anything at all when I supposedly run it in the ZP template in a secure area i.e. my localhost xampp..
ZP is on a vista pc, but I'm not sure I understand at all this path thing. Isn't the binary path just a folder in the windows, like ''c:\youtube-dl.exe'' -o c:\vids\field data.flv'' field data of other string split''
In environment variable in system properties, all I'm seeing are a bunch of variables and values, like temp and an appdata folder, and I come to understand that variables act like shortcuts. The variables like my virtualbox variable. But the thing is in the path call that you gave me I'm not calling out for a variable, just an ''-o''.
Btw, in the string split I'm not getting any exec results. Maybe the problem lies there in that it's not finding a file to imprint the youtube video into?
It's telling me it 'can't find the specified file'.
When the binary is done in project maker, I get something like this in Binary:
''C:\youtube-dl.exe'' -o C:\vids\difohsdif.flv''
So it seems it found the youtube downloader, but the problem perhaps lies elsewhere?