[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DSK to NIB Instruction
- Subject: Re: DSK to NIB Instruction
- From: pausch@saaf.se (Paul Schlyter)
- Date: Sun, 09 Oct 2005 09:43:36 GMT
- Newsgroups: comp.sys.apple2
- Organization: Unknown
- References: <eKW1f.1556$B14.1455@newssvr11.news.prodigy.com> <wc02f.8681$oc.149@newsread2.news.pas.earthlink.net>
- Xref: g2news1.google.com comp.sys.apple2:6008
In article <wc02f.8681$oc.149@newsread2.news.pas.earthlink.net>,
BluPhoenyx <bluphoenyx-@-earthlink.net> wrote:
> As for how to combine two .nib images, I don't know.
Why not simply try to concatenate the images?
On a UNIX machine, you do like this:
cat image1.nib image2.nib > combined_image.nib
and in a Windows machine you do (from a command line):
copy /b image1.nib+image2.nib combined_image.nib
The only problem is figuring out which of the images is "image1" and
"image2". If you can't figure that out in advance, simply do some
trial-and-error: you have two possibilities and one of them ought to
be right.
--
----------------------------------------------------------------
Paul Schlyter, Grev Turegatan 40, SE-114 38 Stockholm, SWEDEN
e-mail: pausch at stockholm dot bostream dot se
WWW: http://stjarnhimlen.se/