Jump to content

Recommended Posts

Posted

hi, is there a way to control a virtual machne?

i want to this :

run the virtual machine (not hard just maximizing the window + mosue click on the start button)

then INSIDE the virtual machine running some programms (i could do this with an other program i put in autostart).

When the programms are done , stopping the vm (click stop button).

the problem is:

how to tell the main programm that the programm in the vmware is finished?

the programm in the vmware is also a autoit one

thx :D

Posted

hi, is there a way to control a virtual machne?

i want to this :

run the virtual machine (not hard just maximizing the window + mosue click on the start button)

then INSIDE the virtual machine running some programms (i could do this with an other program i put in autostart).

When the programms are done , stopping the vm (click stop button).

the problem is:

how to tell the main programm that the programm in the vmware is finished?

the programm in the vmware is also a autoit one

thx :D

Wrong forum, this is example scripts not support.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

First enable the shared folder in the VM with the host, then put an .ini file in the shared folder. Use the function IniWrite at the end of the script in the VM, and use the function IniRead in the host. So if the host sees any change of value in the shared ini. then the host shuts down the vm.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...