1) Write a program that appends the index files together. You don't need to worry about the offsets and lengths -- arsload will concatenate the files for you. You just need a long index file that contains pointers to all 1000 files.
Hi Roberto,
Just a tip, for that way
get the CODEPAGE:XXX in your first index file, save it in the the new index file, then append all the indexes together after this CODEPAGE:XXX, but remove the line CODEPAGE is all indexes before appending.
You must have ONLY ONE CODEPAGE in an index file, and at the beginning of the file, if you concatenate blindly all files together, it won't work.
Hope it was clear!
Cheers,
Alessandro