LINUX.ORG.RU

История изменений

Исправление fornlr, (текущая версия) :

Ну так первый аргумент - это имя приложения

Судя по мануалу https://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol

И кстате в мануале это тоже написанно

VBoxManage guestcontrol <uuid|vmname> run [common-options]
            [--exe <path to executable>] [--timeout <msec>]
            [-E|--putenv <NAME>[=<VALUE>]] [--unquoted-args]
            [--ignore-operhaned-processes] [--no-profile]
            [--no-wait-stdout|--wait-stdout]
            [--no-wait-stderr|--wait-stderr]
            [--dos2unix] [--unix2dos]
            -- <program/arg0> [argument1] ... [argumentN]]
...blabla... run --exe /path/pony.run ...blabla... -- "pony.run" "arg1" "arg2"

Исходная версия fornlr, :

Ну так первый аргумент - это имя приложения

Судя по мануалу https://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol

И кстате в мануале это тоже написанно

VBoxManage guestcontrol <uuid|vmname> run [common-options]
            [--exe <path to executable>] [--timeout <msec>]
            [-E|--putenv <NAME>[=<VALUE>]] [--unquoted-args]
            [--ignore-operhaned-processes] [--no-profile]
            [--no-wait-stdout|--wait-stdout]
            [--no-wait-stderr|--wait-stderr]
            [--dos2unix] [--unix2dos]
            -- <program/arg0> [argument1] ... [argumentN]]
run --exe /path/pony.run ...blabla... -- "pony.run" "arg1" "arg2"