Passing arguments from PHP
I am using php to execute cmd which executes my batch file. Is there a way to pass my php variables to the batch file? Below is my php code which is working well:
exec('c:\WINDOWS\system32\cmd.exe /c START C:\inetpub\.....\sync.bat');