Thread: Batch File Help
View Single Post
Old 10-23-2008, 06:18 PM   #2 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,690

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Batch File Help

Code:
xcopy "FROM" "TO" /Y
Replace "FROM" with the source, and "TO" with the destination. /Y suppresses over-write prompt, so remove it if you don't want that.
__________________

Need website help? PM me!
CrazeD is offline