Hi, I want to start a fullscreen video via php So with php, I execute a batch: <? exec("Startvlc.bat"); ?> And in my batch i have: vlc --fullscreen -vvv "c:/video.avi" it performs with EasyPhp but not with WAMP5 With Wamp5, the vlc process is launch but i have only the audio stre...