#!/bin/bash
set -x
blank=" "
list=""
for file in $*
do
list=$list$file$blank
done
../util/c4zvd/zvview.exe -p:$file $list 
exit
