I created a .vbs file like the following one:
Code: Select all
Set WshShell = WScript.CreateObject("WScript.Shell")
ReturnCode = WshShell.Run("""c:\program files\oracle\virtualbox\vboxmanage.exe"" startvm ""My_VM_name"" --type headless", 0, True)
Code: Select all
CScript.exe //Nologo //B F:\Work\start_vm.vbs
How can I solve the issue?
Is there any documentation I can read?
Regards
marius