I created a batch file that copies the file from one directory to other. Below is my command.
xcopy /y /e /s /c help_vc8.txt ..\..\help_vc8.txt.
When I run the batch file it asks for user input in CMD and displays below message:
Does ..\..\help_vc8.txt
specify a file name or directory name on the target
(F = file, D = directory)?
Now user has to enter f or d. I do not want this message and user should not enter f or d. Everything should happen on its own. Please help me if I missed out any thing in the command.