Backing up VM data to host drive on Windows 7
- by malcolms
Hi,
I have created a VM for Virtual PC in windows 7.
I am writing a batch file to backup data in the VM to a host USB drive.
I have shared the host drives.
I have a USB drive that I want to backup to.
But how do refer to the USB drive in the batch file.
I cannot seem to map a drive to it,
It is called "H on Malcolm-Desktop" in windows explorer.
This is what I have tried.
XCOPY C:\Inetpub\wwwroot "\\H on Malcolm-Desktop\HALII_VHD_Backup\DataBackup\Inetpub\wwwroot" /S /E /Y /D
How do I write this command?
Malcolm