been tryint htis but unzips all the files any reason why ?
been working for a couple of hours cannot figure why is doing them al


here

$folder = "C:\foldera"

$files = "$isaname1", "$isaname2", "$isaname3", "$isaname4", "$isaname5"

for each $file in $files

if exist($folder + "\" + $file) = 0

Shell "%COMSPEC% /C C:\kix\pkzipc.exe -extract C:\foldera\isafile.zip "$files" $folder\$file"
? "run shell on $folder\$file"

endif

next




thanks