Hi,
I am working with this legacy project which makes use of cabarc, it seems to be ancient code by Ramani, to create cab files:
Function gsCabBack
Lparameters lcSource, lcDestination
Local lcCmd, lnSuccess, loShell
If !Empty(m.lcDestination) Or !Empty(m.lcSource)
lcCmd = "CABARC -r -p N " +...