CODE: [Copy to clipboard]@echo off :next set /p name=请输入你要复制的文件名: call copy.bat %name% pause>nul goto next