How to send a print job from DOS to an iPrint Server

  • 7005746
  • 15-Apr-2010
  • 26-Apr-2012

Environment

Novell iPrint for Linux
Novell iPrint for NetWare
Novell iPrint Client for Windows

Situation

This document instructs you how ow to send a print job from a DOS workstation or from a Windows workstation within a CMD prompt.

Resolution

Send a print job from a Windows workstation using a CMD prompt
  1. Install the iPrint Client for Windows
  2. From a CMD prompt, type:
    • Syntax:
      iprntcmd -p ipp://<iPrintServerAddress>/ipp/<iPrintPrinterAgentName> <Filename>
    • Example:
      iprntcmd -p ipp://192.168.1.183/ipp/2ndFlrHP c:\report.txt
Send a print job from a DOS workstation
Because their is no iPrint Client for DOS, you must configure an iPrint printer to receive jobs over the LPR port and submit the job from the DOS workstation using the lpr command.  The following steps are true for both iPrint on NetWare and iPrint on Linux.
  1. Enable the iPrint printer for LPR
    • Go to iManager -> iPrint -> Manage Print Manager -> Printer Agents -> Check the "LPR" box for each printer to receive print jobs from a DOS workstation -> Click Apply
  2. From the DOS terminal, type:
    • Syntax:
      lpr -S <Server> -P <iPrintPrinterAgentName> -d <Filename>
    • Example:
      lpr -S 192.168.1.183 -P 2ndFlrHP -d c:\report.txt