Extract a file with a command
SET OLEOBJECT ON OZIPOBJECT=CREATEOBJECT("DUZACTXCTRL.DUZACTXCTRL.1") OZIPOBJECT.FILESPEC =["*.*"] OZIPOBJECT.DESTINATION =["C:\WORKING\IN\SAMPLE\"] OZIPOBJECT.ZIPFILE=["C:\WORKING\IN\SAMPLE.ZIP"] OZIPOBJECT.ACTIONDZ = 8 |
In the command above, change the two paths in red to the correct paths.