Re: nenscript + gs

1997-11-11 Thread Pere Camps
Ben, > Oops, I forgot, you need to add `quit.ps' at the end in addition to > `-dNOPAUSE'. Ok! It worked. Thanks. Salutacions, Pere __o mailto:[EMAIL PROTECTED] 2:343/108.91 - _`\<;_ http://casal.upc.es/~pere/ PGP key available --- (_)/ (_)"

Re: nenscript + gs

1997-11-11 Thread Ben Pfaff
Pere Camps <[EMAIL PROTECTED]> writes: > Does anybody have a way to automatize this? IE, I don't want to > type and quit everytime I run this script. Oops, I forgot, you need to add `quit.ps' at the end in addition to `-dNOPAUSE'. -- Ben Pfaff <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAI

Re: nenscript + gs

1997-11-11 Thread Pere Camps
Ben, > > type and quit everytime I run this script. > Add -dNOPAUSE. It doesn't work... I get the same result. Salutacions, Pere __o mailto:[EMAIL PROTECTED] 2:343/108.91 - _`\<;_ http://casal.upc.es/~pere/ PGP key available --- (_)/ (_)"L

Re: nenscript + gs

1997-11-11 Thread Ben Pfaff
Pere Camps <[EMAIL PROTECTED]> writes: > Does anybody have a way to automatize this? IE, I don't want to > type and quit everytime I run this script. Add -dNOPAUSE. -- Ben Pfaff <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Senders of unsolicited commercial e-mail will receiv

nenscript + gs

1997-11-11 Thread Pere Camps
Hi! Does anybody have a way to automatize this? IE, I don't want to type and quit everytime I run this script. CUT #!/bin/bash nenscript -B -FCourier5 -fCourier6 -p./a.ps $1 gs -q -I/usr/share/ghostscript/3.33/fonts/ -sDEVICE=ljet4 -sOutputFile=./a.dj a.ps lpr a.dj ===CUT===