Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!nosc!oscar!sparker From: sparker@oscar.UUCP (Sean Parker) Newsgroups: comp.lang.postscript Subject: Checking for Resident Laserprep File Message-ID: <329@oscar.UUCP> Date: 14 Nov 90 01:33:29 GMT Organization: Hughes Network Systems, San Diego Lines: 11 Has anybody written a postscript module which will check to see if the laserprep file is downloaded, and if it is not, download it to the printer? I've figured out this much, but instead of flushing the file I would like to actually download it to the printer. /md where { /md get /av get cvi 70 eq {(1)} {(2)} ifelse } {(0)}ifelse = flush Thanks