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

Re: DSK to NIB Instruction



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/