IMG to VDI conversion with VirtualBox within Batch inputs
1 min read

IMG to VDI conversion with VirtualBox within Batch inputs

@echo off set /p kaynakdosyayol=Full path to the source img file : set /p kaynakdosya=Full name of source img file : cd C:\Program Files\Oracle\VirtualBox VBoxManage convertdd %kaynakdosyayol%\%kaynakdosya% %homepath%\Desktop\%kaynakdosya%.vdi echo VDI file saved to your desktop

Enjoying these posts? Subscribe for more