Code:
break on

dim $folder, $file, $files
$folder = 'C:\temp\'
$files = 'file1.ext','file2.ext','file3.ext','file4.ext','file5.ext','file6.ext'
for each $file in $files
if not exist($folder + $file)
'put your ZIP CLI command here' ?
shell $folder + $file
endif
next



Edited by Les (2004-10-03 03:52 PM)
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.