ivan-hc / VirtualBox-appimage

Unofficial VirtualBox KVM AppImage built on top of "Conty" (Arch Linux).
6 stars 2 forks source link

the all argu allow redirection startvm #6

Closed newyorkthink closed 2 months ago

newyorkthink commented 2 months ago

Peek 2024-07-31 13-39 image

when i wan to power off it it just allow start win10

and other argu that redirect startvm too

newyorkthink commented 2 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.

ivan-hc commented 2 months ago

I have not understand the issue

newyorkthink commented 2 months ago

I have not understand the issue I mean all the commands in virtualbox point to startvm

newyorkthink commented 2 months ago

I mean all the commands in virtualbox point to startvm

newyorkthink commented 2 months ago

Other command parameters for virtualbox are invalid

ivan-hc commented 2 months ago

as i said in the other issue, list all commands I can remove, so I'll remove them.

newyorkthink commented 2 months ago

image

as i said in the other issue, list all commands I can remove, so I'll remove them.