| Posted by Roy Kaldung on 01/31/07 09:22 
DaveO schrieb:> Hi
 >
 > I am trying to create a self extracting zip file ( on my Linux web server )
 > that will ultimately run on a windows OS.
 >
 > Research to date indicates that I need to create a zip file and then join it
 > together with a win32 based sfx header stub ( which I have ).
 >
 > The resulting file can then be run on a windows OS, with the sfx stub
 > running first and extracting the data from the zip file.
 >
 > Question is : how can I join the 2 files together into a new file ?
 
 You could use the zip command via exec. For details see the manpage of
 zip: http://www.linuxcommand.org/man_pages/zip1.html
 
 hth, Roy
 
 --
 Roy Kaldung
 roy {at} kaldung {dot} com
 http://kaldung.com/
  Navigation: [Reply to this message] |