Re: How to edit offline vmx file using python

2013-02-27 Thread Dave Angel
On 02/28/2013 12:29 AM, sasikiran...@gmail.com wrote: Hi, I am new to python, how can we edit a .vmx file offline or just simply a file containing the data in the below format. My file sample.vmx contains data pciBridge7.virtualDev = "pcieRootPort" pciBridge7.functions = "8" vmci0.present = "

How to edit offline vmx file using python

2013-02-27 Thread sasikiran2k7
Hi, I am new to python, how can we edit a .vmx file offline or just simply a file containing the data in the below format. My file sample.vmx contains data pciBridge7.virtualDev = "pcieRootPort" pciBridge7.functions = "8" vmci0.present = "TRUE" hpet0.present = "TRUE" nvram = "testvmdk.nvram" vi