RE: Redirect perldoc to usb printer

2003-10-02 Thread Bob Showalter
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

RE: Redirect perldoc to usb printer

2003-10-02 Thread Paul Kraus
: [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 ---

RE: Redirect perldoc to usb printer

2003-10-02 Thread TN
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

RE: Redirect perldoc to usb printer

2003-10-02 Thread TN
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