1.删除文件
del D:fwb_debug.apk(文件路径)
2.复制文件
echo F |xcopy D:\apk\fwb_debug.apk(原路径) D:\apk\fwb_debug.apk(目标路径)