Question : VMware mount-exe not working in Windows 7 64bit

trying to mount an vmdk files under Windows 7 64bit. I am following a blog http://4sysops.com/archives/free-vmware-diskmount-gui-mount-vmdk-files/ I downloaded and installed the virtual disk development kit. I am able to mount my vmdk file successfully in command line and able to view files. But when it is not showing up in windows explorer. Can anybody help me with this? I wanted to transfer some files from a vmdk. I have VMWARE workstation installed.

Answer : VMware mount-exe not working in Windows 7 64bit

see if the class equals "hideMe"

function doThis( el )
{
   el =document.getElementById(el);
  if( el )
  {
     el.className = el.className.indexOf('hideMe') ==-1 ? el.className + " hideMe" : el.className.replace("hideMe","");
  }
}
Random Solutions  
 
programming4us programming4us