I'm running phpvirtualbox-5.0-4 on my WAMP testing server. I would like to run the following batch file from a php script....need so to open Windows 7 command prompt with admin privileges (preferably in background mode)
cd /
cd C:\Program Files\Oracle\VirtualBox
Vboxmanage setproperty websrvauthlibrary null
Vboxwebsrv.exe >null
Thanks for any answer.