rem MYCOPY.BAT copies any number of files
rem để một thư mục.
rem The câu lệnh dùng một câu lệnh sau:
rem mycopy dir file1 file2 .
set todir =% 1
: getfile
shift
if "% 1" == "" goto end
copy% 1% todir%
goto getfile
: end
set todir =
echo All done
See more: