Click here to Skip to main content
15,888,321 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,
I want to copy some file. It can already be copied by using the command line, but not in a batch file.
PHP
@echo off

E:

cd Testing\ihelpdesk_extraction


XCOPY Testing.csv "\\10.44.103.111\Shared_Folder\Shared_Folder\"

exit

My current directory is C:\Users\Administrator.
Posted
Comments
Richard MacCutchan 7-Aug-14 10:35am    
Remove the @echo off statement and run it again to see what is happening.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900