How to copy to shared folders from command-line in vmware-workstation

command-line-interfacecopynetwork-sharevmware-workstation

I've been trying to access my shared folders from the command line in my virtual machine with no luck. I've stumbled across a couple of references to using net use to establish a virtual drive, but i can't get this to work correctly:

net use z: \\.host\y (where y is my shared folder)
net use z: \\.host\shared folders\y

Neither of these works. Any pointers?

Best Answer

In place of ".host" have you tried its IP address instead? Also... Any chance that the VM was hosted on a different host at any point?