i have this cmd command
netaudio subscription add --tx-device-name=DESKTOP-GPC5NH3 --tx-channel-name='Google Chrome:Left' --rx-channel-name='1-Audi~Audio8DJ(ChC,Out5|6~:(R)' --rx-device-name=DESKTOP-GPC5NH3
I testing the code in local environment when I run it in command prompt it's working fine. I have created a .bat file and when I run it manually everything is working . but when I try to run it from php file nothing is executing
i have tested the following commands:
exec('c:\WINDOWS\system32\cmd.exe /c START r.bat' )
page is stuck on waiting to local
echo pclose(popen("start /C r.bat", "r")); die();
echo system('r.bat');
but nothing seams to work thank you