doit
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:1k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. ?tacl macro
  2. #frame
  3. #push zipfile
  4. #SET zipfile UNZIP54
  5. unzip -a [zipfile] *.c  -x */*
  6. ==RENAME api     apic
  7. ==ERASE APIC
  8. RENAME api     apiz
  9. RENAME apihelp apihelpz
  10. RENAME bits    bitsc
  11. RENAME crc32   crc32c
  12. RENAME crctab  crctabc
  13. RENAME crypt   cryptc
  14. RENAME envargs envargsc
  15. RENAME explode explodec
  16. RENAME extract extractc
  17. RENAME fileio  fileioc
  18. RENAME funzip  funzipc
  19. RENAME globals globalsc
  20. RENAME inflate inflatec
  21. RENAME list    listc
  22. RENAME match   matchc
  23. RENAME process processc
  24. RENAME ttyio   ttyioc
  25. ==RENAME unreduce
  26. RENAME unshrink unshrinc
  27. RENAME unzip   unzipc
  28. ==RENAME unzipstb
  29. RENAME zipinfo zipinfoc
  30. unzip -a [zipfile] *.h -x */*
  31. RENAME consts  constsh
  32. RENAME crypt   crypth
  33. RENAME ebcdic  ebcdich
  34. RENAME globals globalsh
  35. RENAME inflate inflateh
  36. RENAME tables  tablesh
  37. RENAME ttyio   ttyioh
  38. RENAME unzip   unziph
  39. RENAME unzpriv unzprivh
  40. RENAME version versionh
  41. RENAME zip     ziph
  42. unzip -aj [zipfile] tandem/*.h
  43. RENAME tandem  tandemh
  44. unzip -aj [zipfile] tandem/*.c
  45. RENAME tandem  tandemc
  46. unzip -aj [zipfile] tandem/* -x tandem/*.*
  47. #unframe