Guest User

Untitled

a guest
Feb 28th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import vix
  2.  
  3. host = vix.VixHost()
  4.  
  5. vm = host.open_vm("/home/Somebody/VM/Windows.vmx")
  6. vm.login(username="User", password="Password")
  7.  
  8. vm.proc_run("C:\Program Files\Microsoft Office\Office14\WINWORD.EXE")
Add Comment
Please, Sign In to add comment