home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / tandem / doit < prev    next >
Text File  |  1998-11-17  |  1KB  |  55 lines

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