rem 设置源目录和目标目录
@set copyPath=F:\storagemanage
@set targetPath
=F:\Store

rem 复制文件
@xcopy 
%copyPath%\*.dll %targetPath%///Y
@xcopy 
%copyPath%\*.pdb %targetPath%///Y
@xcopy 
%copyPath%\*.aspx %targetPath%///Y
@xcopy 
%copyPath%\*.asax %targetPath%///Y
@xcopy 
%copyPath%\*.htm %targetPath%///Y
@xcopy 
%copyPath%\*.html %targetPath%///Y
@xcopy 
%copyPath%\*.config %targetPath%///Y
@xcopy 
%copyPath%\*.ascx %targetPath%///Y
@xcopy 
%copyPath%\*.ashx %targetPath%///Y
@xcopy 
%copyPath%\*.jpg %targetPath%///Y
@xcopy 
%copyPath%\*.gif %targetPath%///Y
@xcopy 
%copyPath%\*.js %targetPath%///Y
@xcopy 
%copyPath%\*.css %targetPath%///Y

相关文章:

  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2022-02-13
  • 2021-08-14
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案