View Single Post
Old 01-05-2010, 07:14 PM   #1
asian_XL
I WANT MY 10 YEARS BACK FROM RS.net!
 
Join Date: May 2005
Posts: 20,428
Thanked 7,507 Times in 1,455 Posts
Failed 2,380 Times in 472 Posts
Need help to create a simple .BAT file

I need to copy a file from this location to another location, then overwrite another existing file.

H: \Porn\Lesbian\ABC.mpg

to

folder: I: \JB\Collection\

then

overwrite CBA.mpg with ABC.mpg

How to do that?

=================================

I know I can use xcopy
XCOPY "H: \Porn\Lesbian\ABC.mpg" "I: \JB\Collection\" /D /E /C /R /I /K /Y

but I dont' know how to add the overwrite command. Please Help.
asian_XL is offline   Reply With Quote