Hello guys,
I want to create a bat. File that copies all items from a certain file on the common G drive which is a shared network location to the C drive.
I've tried : xcopy G:\... C:\... But it doesn't work.
Can someone help me out?
Copy from G drive to C drive
Moderator: DosItHelp
Re: Copy from G drive to C drive
Gunnebo wrote:copies all items from a certain file on the common G drive which is a shared network location to the C drive.
I've tried : xcopy G:\... C:\... But it doesn't work.
xcopy is a reasonable tool. What error did you see?