[Notes] Server script – Start, Stop, Restart with virtual machine Continous from Bash script for starting VirtualBox VMs server_start.bat "C:\Program Files\Oracle\VirtualBox\VBoxManage" startvm "s1" –type headless "C:\Program Files\Oracle\VirtualBox\VBoxManage" startvm "agriweather" –type headless "C:\Program Files\Oracle\VirtualBox\VBoxManage" startvm "s2" –type headless Then make a […]