Closed newyorkthink closed 4 months ago
#!/bin/bash
# Virtual machine name
VM_NAME="win10"
# Start the virtual machine using VirtualBoxVM
virtualbox VirtualBoxVM --startvm "$VM_NAME"
if [ $? -eq 0 ]; then
echo "Virtual machine $VM_NAME started successfully."
else
echo "Failed to start virtual machine $VM_NAME."
fi
this is simple shell script for me.
I have not understand the issue
I have not understand the issue I mean all the commands in virtualbox point to startvm
I mean all the commands in virtualbox point to startvm
Other command parameters for virtualbox are invalid
as i said in the other issue, list all commands I can remove, so I'll remove them.
as i said in the other issue, list all commands I can remove, so I'll remove them.
when i wan to power off it it just allow start win10
and other argu that redirect startvm too