Thread
:
Batch File Help
View Single Post
10-23-2008, 06:18 PM
#
2
(
permalink
)
CrazeD
Wizard Techie
Join Date: Feb 2006
Location: Maine
Posts: 3,690
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
View Public Profile
Send a private message to CrazeD
Find More Posts by CrazeD