Page 1 of 1

HEX Combining.

Posted: Wed Apr 05, 2006 12:19 pm
by WaywornMmmmm
Hello everyone. Does anyone here know if there is an easy way to take a bunch of files in hex workshop(lets say...427ish) and combine them all into one file very easily? If anyone knows, please tell me.(cause i am super lazy(but i dont think anyone would wanna combine that many)).

Posted: Wed Apr 05, 2006 12:53 pm
by bh pinhead
edit: nvm

Posted: Wed Apr 05, 2006 2:06 pm
by xzodia
if you can program you can do it

Posted: Wed Apr 05, 2006 4:49 pm
by WaywornMmmmm
so there is no way right now to combine files?

Posted: Thu Apr 06, 2006 2:05 am
by xzodia
not right now that i know of

Posted: Thu Apr 06, 2006 12:05 pm
by Shalted
Ever try the windows copy command?

copy /b Source + source2 +source3 dest

Posted: Thu Apr 06, 2006 12:58 pm
by xzodia
Shalted wrote:Ever try the windows copy command?

copy /b Source + source2 +source3 dest
wtf r u talking about

Posted: Thu Apr 06, 2006 3:22 pm
by a mammoth
I've been looking for a program that can split up files, I might make one after I finish learning C++ . Any way theres select block tool where can select all bytes from a certain offset. But just hit control+A then Ctrl+C to copy. Its not that hard. nvm that wouldn't work with 427ish

Posted: Sat Apr 08, 2006 9:42 pm
by Shalted
xzodia wrote:
Shalted wrote:Ever try the windows copy command?

copy /b Source + source2 +source3 dest
wtf r u talking about
It's called going into the dos prompt. :roll:

Posted: Sun Apr 09, 2006 9:42 am
by xzodia
that wont combine them though will it?