Re: Join 2 files
- From: Roy Kaldung <roy@xxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 10:22:28 +0100
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/
.
- References:
- Join 2 files
- From: DaveO
- Join 2 files
- Prev by Date: Re: PEAR mailing problem
- Next by Date: Re: mod_php or fastcgi for heavy loaded server?
- Previous by thread: Join 2 files
- Next by thread: how to declare a cookie that will destroy after browser is closed
- Index(es):
Relevant Pages
|