Tom Arneson wrote: > My Configure->External Programs->Windows Unzip contains: > "c:\program files\7-zip\7z.exe"
Did you omit the x and -y parameters? The docs have: c:\program files\7-zip\7za.exe x -y Here, the x parameter means extract, and the -y parameter means assume yes to any prompt. Whether you use 7z.exe or 7za.exe is immaterial, as long as they are present. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
