Search found 1 match
- 20. Jul 2020, 11:05
- Forum: VirtualBox on Windows Hosts
- Topic: virtualbox vboxmanage hostonlyif network without rebooting
- Replies: 1
- Views: 577
virtualbox vboxmanage hostonlyif network without rebooting
Hi all, I use a Batch script to create a VM along with its network adapter : Here are the main commands : set VM=my-vm set IP=192.168.50.100 set VDI=myvm_vbox_vdi_x64.vdi set VBM="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" set VMPATH=C:\Home\VMS\%VDI% REM create a new Ethernet adap...