| Not supported but working. The three minimal VMs as described by the 
            following 3 vmx-files run from one directory.
 Just copy the textblocks into textfiles and rename them to "oliver.vmx", 
            "stanley.vmx" and "hamburger.vmx"
 
   
            
               
                | Oliver |   
                | config.version = "7"virtualHW.version = "3"
 scsi0.present = "FALSE"
 ide0:0.present = "FALSE"
 memsize = "32"
 floppy0.present = false
 Ethernet0.present = "FALSE"
 usb.present = "FALSE"
 guestOS = "other"
 nvram = "oliver.nvram"
 log.filename = "oliver.log"
 displayName = "oliver"
 
 |    
            
               
                | Stanley |   
                | config.version 
                    = "7"virtualHW.version = "3"
 scsi0.present = "FALSE"
 ide0:0.present = "FALSE"
 memsize = "32"
 floppy0.present = false
 Ethernet0.present = "FALSE"
 usb.present = "FALSE"
 guestOS = "other"
 nvram = "stanley.nvram"
 log.filename = "stanley.log"
 displayName = "stanley"
 
 |    
            
               
                | Hamburger |   
                | config.version 
                    = "7"virtualHW.version = "3"
 scsi0.present = "FALSE"
 ide0:0.present = "FALSE"
 memsize = "32"
 floppy0.present = false
 Ethernet0.present = "FALSE"
 usb.present = "FALSE"
 guestOS = "other"
 nvram = "hamburger.nvram"
 log.filename = "hamburger.log"
 displayName = "hamburger"
 |      It is not necessary to add any further files.  |