运用BAT批量删除、复制文件

del /f  D:\workspace\static_qzone\src\main\webapp\images\gift_show\1013.png     
del /f  D:\workspace\static_qzone\src\main\webapp\images\qq\commit_suc.png      
del /f  D:\workspace\static_qzone\src\main\webapp\images\banner3.jpg            
del /f  D:\workspace\static_qzone\src\main\webapp\images\qq\active3.png         
del /f  D:\workspace\static_qzone\src\main\webapp\images\photo_two.png          
del /f  D:\workspace\static_qzone\src\main\webapp\images\star-people12.gif      
del /f  D:\workspace\static_qzone\src\main\webapp\images\face2\37.gif           
del /f  D:\workspace\static_qzone\src\main\webapp\images\star_banner4.gif       
del /f  D:\workspace\static_qzone\src\main\webapp\images\secretary.png          
del /f  D:\workspace\static_qzone\src\main\webapp\images\bk_content.jpg         
del /f  D:\workspace\static_qzone\src\main\webapp\images\qq\host_photo.png      
del /f  D:\workspace\static_qzone\src\main\webapp\images\square_banner.gif  


copy D:\workspace\static_qzone\src\main\webapp\images\gift_show\1013.png     d:\tt\1013.png            
copy D:\workspace\static_qzone\src\main\webapp\images\qq\commit_suc.png      d:\tt\commit_suc.png      
copy D:\workspace\static_qzone\src\main\webapp\images\banner3.jpg            d:\tt\banner3.jpg         
copy D:\workspace\static_qzone\src\main\webapp\images\qq\active3.png         d:\tt\active3.png         
copy D:\workspace\static_qzone\src\main\webapp\images\photo_two.png          d:\tt\photo_two.png       
copy D:\workspace\static_qzone\src\main\webapp\images\star-people12.gif      d:\tt\star-people12.gif   
copy D:\workspace\static_qzone\src\main\webapp\images\face2\37.gif           d:\tt\37.gif              
copy D:\workspace\static_qzone\src\main\webapp\images\star_banner4.gif       d:\tt\star_banner4.gif    
copy D:\workspace\static_qzone\src\main\webapp\images\secretary.png          d:\tt\secretary.png       
copy D:\workspace\static_qzone\src\main\webapp\images\bk_content.jpg         d:\tt\bk_content.jpg      
copy D:\workspace\static_qzone\src\main\webapp\images\qq\host_photo.png      d:\tt\host_photo.png      
copy D:\workspace\static_qzone\src\main\webapp\images\square_banner.gif      d:\tt\square_banner.gif

你可能感兴趣的:(运用BAT批量删除、复制文件)