1?tacl macro
2#frame
3#push zipfile
4#SET zipfile [#FILEINFO /SUBVOL/ A]
5
6unzip -a [zipfile] *.c  -x */*
7== Following not required
8RENAME apic     apicz
9RENAME apihelpc apihelpz
10RENAME timezonc timezonz
11
12unzip -a [zipfile] *.h -x */*
13
14unzip -aj [zipfile] tandem/*.h
15
16unzip -aj [zipfile] tandem/*.c
17
18unzip -aj [zipfile] tandem/* -x tandem/*.*
19
20#unframe
21