Concatenate print file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi: I have several *.prn files that I need to concatenate prior to print
submission.

What is a simple batch file that can be executed within XP?

Thanks.
 
Hi: I have several *.prn files that I need to concatenate prior to print
submission.
What is a simple batch file that can be executed within XP?

From the DOS Copy help file:

To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).

Just be aware that if the .prn files contain printer control codes, it is
unlikely that a copying the concatenated file to the printer will actually
work.
 
Steve Shattuck said:
From the DOS Copy help file:

To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).

Just be aware that if the .prn files contain printer control codes, it is
unlikely that a copying the concatenated file to the printer will actually
work.

Also, a *.prn file may contain codes for any printer, and two *.prns
may have codes for two different printers. In that case, concatenating
them would only produce gibberish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Print to File Hangs 13
DOS firewire printing help 2
How to print from a .prn file 6
opening a prn file using windows 6
concatenate files... 5
Printing .prn files 3
Printing a PRN file 7
print to file 3

Back
Top