READ/1/P Enter the name of the file you want duplicated: ; READ/2/P Enter the name you want the duplicate file called: ; COPY %S/2% %S/1% WRITE Done duplicating %S/1% to %S/2%.