ClenupOutputFiles.bat
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
源码类别:

DVD

开发平台:

Others

  1. @echo off
  2. attrib -r *.* /S
  3. del *.~de
  4. del *.dsw
  5. del *.mbt
  6. del *.mrt
  7. cd CustomerOutputAxe
  8. attrib -r *.* /S
  9. del *.hex
  10. del *.bin
  11. del *.axe
  12. del *.loc
  13. del *.map
  14. del *.rom
  15. cd ..Obj
  16. attrib -r *.* /S
  17. del *.obj
  18. del *.csm