using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; using System.Thread
主要用于在本地下,复制文件或文件夹到当前文件夹 @echo off echo 复制文件或文件夹到当前文件夹(复制文件选择[],复制文件夹选择[]) set /p num=输入选择的数字: : set /p a=文件名字: set /p b=文件全后缀名: set /p c=复制多少个文件: set str1=%a%%b% set str2=%a%%%i%b% ,,%c%) do (copy %str1% %str2%) pause goto end : set /P dir1=需要复制的文件夹名