Page 1 of 1

vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 20:08
by justinrpg
I am trying to clone a VM and I am following the instructions in the manual EXACTLY but I keep getting the following error: "The Syntax of the Command is incorrect!!! this is what I am trying to do

Code: Select all

c:\Program Files\Oracle\VirtualBox>vboxmanage.exe clonevm --k:\virtualmachines\m
elody1.vdi <k:\virtualmachines\melody2.vdi>

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 20:22
by Perryg
You have added a few things that don't actually belong.

remove the following *red entries in your command.
c:\Program Files\Oracle\VirtualBox>vboxmanage.exe clonevm --k:\virtualmachines\melody1.vdi <k:\virtualmachines\melody2.vdi>

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 20:30
by Perryg
Looking at another of your log files it appears that you don't have the absolute path correct either. Your log show k:\Virtual Machines\ and not k:\virtualmachines

The space will force you to wrap the commands in quotes because spaces are not allowed.

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 20:31
by justinrpg
now I get the following error: vboxmanage.exe is not a valid win32 application!

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 21:09
by justinrpg
I see NOBODY is going to help me AGAIN!

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 21:17
by Perryg
Why are you trying to use something that you evidently don't understand? Use the VirtualBox main manager (graphical interface) and clone the guest from there.

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 21:37
by justinrpg
I don't need to try to clone it anymore, I was going to clone it to see if it would fix my BSOD problem but I solved it in a different way... I posted the steps on how to fix this... you are free to write a tutorial for it... view my steps here...


viewtopic.php?f=2&t=49930

Re: vbox manage the syntax of the command is incorrect

Posted: 9. Jun 2012, 21:40
by Perryg
Glad to hear you got it sorted out. I hope you learned a lesson with this. If you have critical data you should always have a backup. (do not use snapshots as a backup)

As for a tutorial this had nothing to do with VirtualBox so none is needed.