cbflip2003
IS-IT--Management
Hi everyone,
I am trying to make a syntax that will run a big job but there is one little problem. I want to copy the folder but it copies the content and directory within the folder but not the folder it self. This syntax below is a simple version of what I want.
XCOPY "c:\new folder" "C:\Documents and Settings\chris\Desktop" /e
Basically copy and past
It has to be a simple problem that I don’t see!
I am trying to make a syntax that will run a big job but there is one little problem. I want to copy the folder but it copies the content and directory within the folder but not the folder it self. This syntax below is a simple version of what I want.
XCOPY "c:\new folder" "C:\Documents and Settings\chris\Desktop" /e
Basically copy and past
It has to be a simple problem that I don’t see!