-
Notifications
You must be signed in to change notification settings - Fork 15
/
README
45 lines (34 loc) · 1.8 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
_ _
| | | |
__ __ _ __ ___ _ __ _ _ _ __ ______ _ __ _ _ | |_ | |__ ___ _ __
\ \ / /| '_ ` _ \ | '__|| | | || '_ \|______|| '_ \ | | | || __|| '_ \ / _ \ | '_ \
\ V / | | | | | || | | |_| || | | | | |_) || |_| || |_ | | | || (_) || | | |
\_/ |_| |_| |_||_| \__,_||_| |_| | .__/ \__, | \__||_| |_| \___/ |_| |_|
| | __/ |
|_| |___/
(*) 0.1.4
-*0 Intro 0*-
This is a python wrapper of vmrun.exe, which is used to control Vmware. Its idea is
based on Alexander Sotirov's vmrun-ruby. Currently it only support vmware 6.0 or
higher version.
-*0 Usage 0*-
import vmrun
vm = vmrun.Vmrun( r'full\path\to\your\foo.vmx', 'username', 'pass' )
vm.start()
vm.suspend()
vm.stop()
More fun refer to the source :-)
-*0 Known issue 0*-
1. When call revertToSnapshot, it may mess the vmware's vmx file, the Vmware may refuse
to start. If this is the case, edit your vmx file, remove the following line:
checkpoint.vmState = "foo-SnapshotXX.vmsn"
edit vmx file:
ide0:0.fileName = "foo-XXXXX.vmdk"
to the original disk file
ide0:0.fileName = "foo.vmdk"
-*0 Greetingz 0*-
Dedicate this to my dear Sierra.
Many thx to xIkUg/RCT, and all members of RCT, www.debugman.com.
_________________
/ Binjo/RCT \
/____ 2008.04.02______\