Jump to content

difficulty using shell_exec


calmchess

Recommended Posts

I'm having trouble running this shell exec ....I suspect since there are spaces that it doesn't want to run it either that or there are restrictions on coping files from the system program files space. Can anybody shed some light on why i get the error the syntax of the command is incorrect?
 
$test = shell_exec("copy /Y 'C:\Program Files\Adobe\Adobe Media Server 5\applications\\video_chat\streams\\$roomidX\\$roomidX$streamidX.flv' C:\webserver\dev\book\images\\$roomidX$streamidX.flv");
 

 

--calmchess

Link to comment
https://forums.phpfreaks.com/topic/278208-difficulty-using-shell_exec/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.