Does anyone have a script or know how to write one to automatically take a snapshot of a VM before launching it for use?
|
feedback
|
|
If your running windows placing this text into a .bat file should do the trick:
If your running a *NIX you will have to change this to something like
As you wont need to change your directory to access the VBoxManage command and save it to a .sh file, change the attribute to executable and then invoke it to run it. | |||
|
feedback
|