printing from within Cygwin

Jason Tishler jason@tishler.net
Mon Sep 16 11:37:00 GMT 2002


Igor,

On Fri, Aug 30, 2002 at 05:59:39PM -0400, Igor Pechtchanski wrote:
> Note the disabled support for gsprint -- I couldn't get it to work
> properly.  If anyone can get the gsprint part to work, please let me
> know.

I use the attached shell script as "lpr" on my home computer with a
direct or network (i.e., lpd) attached PCL printer.  Note that I'm using
the Win32 GSView (and GhostScript).

Jason
-------------- next part --------------
#! /bin/bash

GSPRINT=/mnt/c/Program\ Files/Ghostgum/gsview/gsprint
LOGFILE=/tmp/lpr.log

"$GSPRINT" -_ >$LOGFILE 2>&1

-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list