I have been looking at using ExecDos::exec but haven't had any luck. I tried the command...7za a -tzip tester.zip
ExecDos::exec /TOFUNC '"7za a -tzip tester.zip"'
But it isn't working for me, is there an easier way to do it or am I on the right tracks with ExecDos?