Batch File Help

Status
Not open for further replies.

david432111

Beta member
Messages
2
I need help making a batch file that replaces a certain file with another everytime the file is ran. Would this be possible? The file is a .ist file?
 
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.
 
Status
Not open for further replies.
Back
Top Bottom