954,523 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

BAT FILE

Windows Server 2005

XCOPY "\\14.4.7.10\d$\FTP\TEST\Prod\*.txt" "D:\MANU" /D /E /C /R /I /K /Y
PAUSE


---This works perfectly

XCOPY "\\14.4.7.10\d$\FTP\TEST\Prod\*.txt" "D:\MANU" /D /E /C /R /I /K /Y /DA#24H 
PAUSE


---when I add the portion in red it fails


Any ideas?

moone009
Junior Poster in Training
97 posts since Mar 2010
Reputation Points: 10
Solved Threads: 1
 

It appears that the /DA#24H is an invalid switch. What are you trying to accomplish with this switch? It also appears that /D is an invalid switch. The following link is from microsoft support on the use of xcopy switches -
http://support.microsoft.com/kb/289483

sburks92131
Newbie Poster
2 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You