Is it possible to create a self extracting archive from console in Winzip? The task is trivial in 7zip and Winrar with the -sfx switch but having searched online and looked through all of the Winzip console help documentation I cannot see any reference to it.
wzzip -a -sfx test "New Text Document.txt"
- This generates the following "ERROR: password error on argument sfx Program is terminating!", most likely because wzzip is reading the
-sfxswitch as-swhich is to apply password encryption
wzzip -a testtest.exe "New Text Document.txt"
- Something like this just generates an unusable .exe