Windows files
Use one of the methods that are described in these shell command examples to concatenate the Windows output files:
copy /b RESDATA + INDXOBJ + OUTDOC NEWFILE
The resource file, the index object file, and the document file are combined to create a new file that contains all three files.
copy /b RESDATA + INDXOBJ + OUTDOC
The index object file and the document file are added on to the end of the existing resource file.