[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Merging Two Files



I have two .ZIP files, one 1.44megs and the other 700k.  I need to
"glue" them together into one big ZIP file so I can unpack it.  Is
there a ][ utilitiy I can use to do this? I'd do this on another
machine:


- in UNIX: cat foo.00? > foo.zip
- in DOS : copy /b foo.00? foo.zip

But how do I do that with my GS?