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=566870
566870, RE: Batch file to copy and rename files
Posted by harry, Mon Mar-01-21 02:31 AM
Thanks for your replies. It appears that the Batch Rename Command utility will do part of what I need, but it appears that I still need an additional command to make a copy, because I want to end up with the original file AND a renamed copy.

Example:

1. Start with one file ("ABC123BananaAB1.txt").
2. Run batch file to copy/rename.
3. End up with two files ("ABC123BananaAB1.txt" AND "ABC123BananaXYZ.txt").