PDA

View Full Version

: Need help to create a simple .BAT file


asian_XL
01-05-2010, 07:14 PM
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.

jeff_alexander
01-05-2010, 07:17 PM
I've got better instructions,

http://images.encyclopediadramatica.com/images/6/63/Sys32.gif

illicitstylz
01-05-2010, 07:39 PM
I've got better instructions,

http://images.encyclopediadramatica.com/images/6/63/Sys32.gif

whoa, those are some awesome colours. thanks!

impactX
01-05-2010, 08:03 PM
/Y should suppress the prompting