Paul Kraus wrote:
> Not running cygwin.
>
> This works but still requires I redirect to a text file first.
>
> I want to be able to pipe.
>
> Perldoc -f localtime | command
> Then have it just dump to the usb printer.
This should work (assuming ActiveState)
C:\> perl c:\perl\bin\perldoc.bat
: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Redirect perldoc to usb printer
To print from cygwin avoiding the DOS window try:
cmd /c "start /min notepad /P "
This will print to the default printer which can be a USB printer.
does not need a .txt suffix.
-tristram
---
03 9:45 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Redirect perldoc to usb printer
In DOS you can run
start /min notepad /P
I've tested it and it works.
This will print a text file even without having a .txt suffix
With my cygwin setup
notepad /P
Works but a DOS windo
In DOS you can run
start /min notepad /P
I've tested it and it works.
This will print a text file even without having a .txt suffix
With my cygwin setup
notepad /P
Works but a DOS window flashes for a split second before printing. Not
sure where the DOS start command is, but by putting th