Page 1 of 1

Start C-MOR VM Automatically

Posted: Sat Apr 16, 2011 2:28 pm
by gelph
Is there a way to start up the video surveillance software automatically on boot time? All time my PC restarts its off!

Re: Start C-MOR VM Automatically

Posted: Sat Apr 16, 2011 2:42 pm
by garry
Yes, that's possible.

E.g. if you have a windows system, then write a little batch program with the commands:
cd "c:\Program Files\Oracle\VirtualBox"
vboxmanage startvm "virtual machine name"
Put this into the auto start folder....

Garry