Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!adobe!gaffney From: gaffney@adobe.com (John Gaffney) Newsgroups: comp.lang.postscript Subject: Re: Can Postscript Strings Be Forced To Execute As Postscript Commands? Message-ID: <2347@adobe.UUCP> Date: 1 May 90 17:13:09 GMT References: <365@newave.UUCP> Sender: news@adobe.COM Reply-To: gaffney@adobe.COM (John Gaffney) Organization: Adobe Systems Incorporated, Mountain View Lines: 28 In article <365@newave.UUCP> john@newave.mn.org (John A. Weeks III) writes: >Is there anyway to have the contents of a postscript string be >executed as postscript commands? [on a print server] You must be using a DEC PrintServer 20 or PrintServer 40 on a VMS system. The "print" command by default assumes you are trying to simply print a text file on the PrintServer. There are two ways to execute a PostScript language program directly without having it printed as text: (1) Use the "/parameters" option to your "print" command: $ print/param=(data_type=PostScript)/que=PrintServer foo.ps (2) Have your system manager create a "PostScript interpreter" queue for your PrintServer (e.g. named "PS_PrintServer"). Then your "print" command is: $ print/que=PS_PrintServer foo.ps Hope that solves your problem. John Gaffney Adobe Systems Incorporated ...!decwrl!adobe!gaffney