[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: postcript startup file
Hi Maria. Usually you bring in the postscript file if you are using the
'PRINTER:PS' option in SQR invoke command line. This is the file that
defines your postscript language level and what definitions that your
printer is to use. So in the setup procedure you will have a statement like
" declare-printer HP5si
Type = PS
Startup-File = 'ps.str'
end-declare"
and within your directory you need a startup file called 'ps.str'. This
file will likely look like
"%!PS-Adobe-1.0
% Postscri.str - SQR Postscript startup file
"
So if you select find and wildcard on the above you should be able to find
you missing file.
John Willson
----- Original Message -----
From: "Cadenas, Maria (MT)" <MCadenas@DOW.COM>
To: <SQR-USERS@list.iex.net>
Sent: Wednesday, September 13, 2000 2:55 PM
Subject: postcript startup file
> can some explain what the Postcript startup file is?
>
> and has anyone seen this error:
>
> "Cannot open the POstcript startup file: ..."
>
> any idea how to fix or where to look for a solution?
>