computer help index
 
 
Search:
"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,240 tips!

Windows XP and DOS

Ask the COPY Command to Verify Overwriting Files

SUMMARY: Help prevent the DOS COPY command in Windows XP from accidentally overwriting files.
 
By default, in DOS batch files running under Windows XP, whenever the COPY command is executed, it will automatically overwrite existing files without a prompt.

For example, if you have two text files in a directory named 1.txt and 2.txt, if the following command was executed in a batch file, the contents of 2.txt would be overwritten by 1.txt:

copy 1.txt 2.txt

This can be dangerous, especially when testing new batch files or when running batch files in directories containing important information.

However, if you add the /-y parameter, the COPY command will prompt you when trying to overwrite existing files. For example, if the following line is run inside a batch file:

copy /-y 1.txt 2.txt

You will be prompted:

Overwrite 2.txt? (Yes/No/All):


 
Add: Del.icio.us | Digg | Furl | My Yahoo!
 
Discuss This Tip

Print This Tip

Get E-Mail When New Tips are Online

Return to the Windows XP and DOS page.

RSS Feeds - Subscribe!
 

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Subscribe'.
 



( sample / details ) ( opt-out instructions )
 


 Free Offer! - Subscribe to the MalekTips computer help list and be one of the first to get new computer tips, articles, and download links! ( privacy policy )  ( opt-out instructions )
This page and its contents are copyright
©1997 - 2008 Envision Programming. ( copyright/disclaimer )

Home | Free Computer Help Newsletter! | Windows | Web Development | DOS and Batch Files | Removing Spyware
Digital Camera and Photography | Computer and Internet | Software | Microsoft Word
Computer Articles | About | Contribute a Tip | Link To Us! | Computer and Technology Links
RSS Feeds |  Contact Us | Advertising | Privacy Policy | Computer Help Forums