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?