Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!educ-isis!teexdwu From: teexdwu@ioe.lon.ac.uk (DOMINIK WUJASTYK) Newsgroups: comp.text.tex Subject: 2 sided printing with emTeX drivers Keywords: DOS, two sided printing, TeX, emTeX, LaserJet Message-ID: <1990Nov1.112559.19527@ioe.lon.ac.uk> Date: 1 Nov 90 11:25:59 GMT Reply-To: teexdwu@ioe.lon.ac.uk (DOMINIK WUJASTYK) Organization: Institute of Education University of London Lines: 21 This is a batch file that I use with emTeX and a HP LaserJet III for printing my documents double-sided. Not earth shattering, but useful. --- cut here --- echo OFF echo -------------------------------------------------------------------------- echo Now starting to print even pages: dvihplj @d:\tex\lj.cnf /2e/z+ %1 echo -------------------------------------------------------------------------- echo Now take the paper from output tray, and put it back into the input tray, echo face down, with the top of the pages towards the back of the printer. echo -------------------------------------------------------------------------- pause echo Now starting to print odd pages: dvihplj @d:\tex\lj.cnf /2o /z- %1 echo -------------------------------------------------------------------------- echo Finished! echo -------------------------------------------------------------------------- --- cut here --- Dominik