Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!csc.ti.com!ti-csl!m2.csc.ti.com!fritz From: fritz@csc.ti.com (Fritz Whittington) Newsgroups: comp.lang.postscript Subject: Re: HP Laserjet III choking on Laser Prep (Help!) Message-ID: <1991May19.020530.4725@csc.ti.com> Date: 19 May 91 02:05:30 GMT References: <1991May15.111938.743@csc.canterbury.ac.nz> <1991May16.205103.21762@gpu.utcs.utoronto.ca> Organization: TI Computer Science Center, Dallas Lines: 10 In article <1991May16.205103.21762@gpu.utcs.utoronto.ca> tj@gpu.utcs.utoronto.ca (Terry Jones) writes: >>postscript files using the Laser Prep from Apple, which includes a string of >>characters including "1ab3". Each time it chokes on "1ab3" but such files print >>okay on other printers. Can anybody help explain it to me? Is this a known I didn't see the original post, but the "1A" is probably the culprit if you are on an MS-DOS machine. The DOS "copy" command will stop copying when it sees a CTRL-Z (1Ah) in the file. To get around this, use the "binary" switch (/b) on the copy command: "copy /b filename.ps prn" -- Fritz Whittington