Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > MPE/iX > printers/spooler management

MPE -Print command to line printer NOT working

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: MPE -Print command to line printer NOT working      Add to my favorites
Rajeshkannan
Sep 11, 2009 03:26:08 GMT   

Hi,

I am using the below command in our code to send the file to line printer, but it is not working out for me. Please provide your valuable solutions. I highly appreciate your help. Any other solutions are welcome.

FILE T;DEV=LP

PRINT COMPANY, *T
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Fredwardo
Sep 14, 2009 15:38:59 GMT    Unassigned

Hi Rajeshkannan,

Try this:
PRINT COMPANY;OUT=*T

Cheers,
Fred
Rajeshkannan
Sep 15, 2009 05:42:59 GMT    N/A: Question Author

Fred,

Still I dont see any action on print.

DO i need to set up any printer configuration or priority here.

Thanks,
Rajesh
Rajeshkannan
Sep 16, 2009 03:26:02 GMT    N/A: Question Author

Fred,

I am looking for a code to print my files in a local printer configured with my PC/Laptop.

The above command sends the file to Line printer. I don't want that one. It should send to my local printer.

I request someone to through some light on here.

Thanks,
Rajesh
Gary Tinnes
Oct 11, 2009 06:53:17 GMT    Unassigned

The e3000 cannot recognize a printer attached to your PC (or your PC for that matter). The only thing I can suggest is that you write your report to a file and use a tool, such as Reflection, to download the file to your PC and then copy it to your local printer s a binary file. The tool should provide printing capability (carriage control could be an issue depending on how it is done).

FTPing the file would be a cheaper option. I think FTP is standard on e3000.

If this report is not standard ASCII text, it is going to be trickier. The report file will have to be written in whatever format your PC printer can read (e.g., PCL if HP printer). This might require setting up a dummy device with the printer characteristics on the e3000 and pointing it to a physical disk file.

After the file is downloaded, you can copy it to the printer as a binary file.

Hope this helps.
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.