Welcome, Guest. Please login or register.

Author Topic: adz to adf conversion  (Read 2761 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: adz to adf conversion
« on: August 23, 2009, 02:13:51 PM »
Quote from: DiskDoctor;520641
One more issue then, there's a silly need by UAE4All to have Kick.rom file prepared to have 512KB.  Unfortunately Cloanto's AF package has 256KB files.  I was told once here, by bloodline I guess that I should just clone and concatenate the file.  And it worked but now I forgot how I did it.

So from any user's perspective (Win/Lin/OSX), what's the easiest way to merge two files?  There is a cat Linux/OSX command but the file is binary, not sure if it leaves it unbroken...  And in Windows case... no idea.

linux and bsd are not windows. cat will work just fine.

with windows you need to be more careful:
Code: [Select]
copy /b file1 + file2 target