Print this page | Go back to previous topic
Forum nameThe Computer Forum
Topic subjectRE: Batch file to copy and rename files
Topic URLhttp://www.pcqanda.com/dc/dcboard.php?az=show_topic&forum=2&topic_id=566863&mesg_id=566906
566906, RE: Batch file to copy and rename files
Posted by harry, Mon Mar-15-21 10:59 PM
Thanks for your reply. A batch file containing the following command does the renaming OK, after using Ctrl+C & Ctrl+V to copy and paste the source file manually.

brc64.exe /execute /replaceci:"AB1 - Copy":XYZ

Is it possible to include a command in the batch file to do automatically what Ctrl+C & Ctrl+V does manually; i.e., to copy *AB1.* to *AB1 - Copy.*?