6 lines
131 B
Batchfile
6 lines
131 B
Batchfile
|
@echo off
|
||
|
|
||
|
set virtualbox=C:\PROGRA~1\oracle\Virtua~1\
|
||
|
set machineName="lux Testbed"
|
||
|
|
||
|
%virtualbox%\vboxmanage startvm %machineName%
|