Work = GetaliasPath(":main:")
if isDir(work) then
fs.setDir(work)
else msgStop(work, "Not valid Directory")
endif
If not execute(work + "Pkzip25.exe -ext a:\\*.zip" + "\\" + work) then
msgStop("Problem", "C0uld not restore from A: drive)
endif
also tried
execute(work + "pkzip25.exe -ext a:\\*.zip work")
Expert help most appreciated.
Roger Davis