Giter Club home page Giter Club logo

vmrun-python's Introduction

                                                            _    _
                                                           | |  | |
__   __ _ __ ___   _ __  _   _  _ __  ______  _ __   _   _ | |_ | |__    ___   _ __
\ \ / /| '_ ` _ \ | '__|| | | || '_ \|______|| '_ \ | | | || __|| '_ \  / _ \ | '_ \
 \ 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______\

vmrun-python's People

Contributors

binjo avatar priscombebur avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.