; Example WBx Brain file
;
; Copy me to ENVARC: and ENV:
;
; format:
; TYPE commandline
;
; %a variable for archive name
; %p variable for destination path
;
; To see the output, use something like the '>con:...'
; below.
;-----------------------------------------

LHA  sys:bin/lha >CON:0/0/600/200/LHA_Output x %a %p
DMS  sys:bin/dms >CON:0/0/600/200/DMS_Output write %a to %p
ZOM  sys:bin/Zoom >CON:0/0/600/200/Zoom_Output from %a to %p
; Note: since UnZip cannot specify a target path, we
; use a small script file
ZIP  execute >CON:0/0/600/200/ZIP_Output s:UnZip %a %p
SFX  %a %p

