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 timezonc timezonz
10
11unzip -a [zipfile] *.h -x */*
12== Following not required
13RENAME apih    apizh
14
15unzip -aj [zipfile] tandem/*.h
16
17unzip -aj [zipfile] tandem/*.c
18
19unzip -aj [zipfile] tandem/* -x tandem/*.*
20
21#unframe
22