Quick and dirty lpr for text files

John F. Kolen jkolen@typhoon.coginst.uwf.edu
Sun May 31 17:25:00 GMT 1998


The following works well enough from Emacs and the command line (bash or MSDOG)
for basic printing text files to the default printer.  It even supports
piping (necessary for emacs).

----------------------- cut here -----------------------
@echo off
if "%1" == "" goto NOFILES
:LOOP
start /m \Windows\Notepad /p %1
shift
if NOT "%1" == "" goto LOOP
goto THEEND
:NOFILES
copy con \Cygnus\tmpprint
start /m \Windows\Notepad /p \Cygnus\tmpprint
:THEEND
----------------------- cut here -----------------------

-- 
John F. Kolen				voice: (850)474-3075 
Assistant Professor			fax:   (850)474-3023
Dept. of Computer Science
University of West Florida
Pensacola, FL 32514
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list