- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Microsoft
- >
- How to use net use to print legel and landscape?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 06:10 PM
тАО07-23-2003 06:10 PM
How to use net use to print legel and landscape?
I use NET USE LPT1: \\
Or is there any other command to print DOS apps in landscape, legal? Thanks to all that reply. All helps appreciated.
Thanks,
K-girl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 06:25 PM
тАО07-23-2003 06:25 PM
Re: How to use net use to print legel and landscape?
The one thing that comes to mind is using the PCL language to control the printer; probably embedding the appropriate PCL codes in a text file and sending it to the printer in advance of the print file or possibly at the top of the print file.
HTH
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2003 07:17 PM
тАО07-23-2003 07:17 PM
Re: How to use net use to print legel and landscape?
i.e.
landscap > prn
legal > prn
normal > prn
In each file would be the escape codes entered into a text file by holding down the ALT key and pressing the number keys on the number pad for each number code series.
example: ALT+27 = Esc
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 12:46 PM
тАО07-24-2003 12:46 PM
Re: How to use net use to print legel and landscape?
CAPTURE L=1 Q=PLANT_HP4 NB NFF NT TI=20 S=OTS J=LEGAL_LANDSCAPE
I use this in a Novell print driver and works OK before. Now we converted all print driver to Windows, and I want to know if there's any way to use NET USE to function the same way as the command above. Or if there any other command I can use, please let me know. Thank you for all helps.
K-girl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-24-2003 04:34 PM
тАО07-24-2003 04:34 PM
Re: How to use net use to print legel and landscape?
Unless I'm missing something here, what you need to do is an Add Printer function, tell it you WILL be printing from DOS, and SHARE the printer as something like PRT_PORTRAIT. Then repeat the process except share the printer as PRT_LANDSCAPE. Then go into the PRT_LANDSCAPE printer and change settings to Landscape. Then from DOS, do a NET PRINT \\computername\sharename. (a little oversimplified, but not much)
When you try to print this way what problems, errors, messages, do you get?
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2003 10:59 AM
тАО07-25-2003 10:59 AM
Re: How to use net use to print legel and landscape?
I followed your instructions and set up the share printer for landscape, everything printed from Windows base programs came out landscape in legal. However, printouts from any Dos base application still came out protrait in letter even I printed something directly to the printer in DOS command by >prn. The way I have it printed is NET USE lpt1 to the landscape printer first.
I'm not sure how to use NET PRINT. Can you give more info about how to use NET PRINT?
Thanks for all your help.
K-girl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2003 02:40 PM
тАО07-25-2003 02:40 PM
Re: How to use net use to print legel and landscape?
So to summarize, you create a file(s) consisting of PCL commands, then you do a NET USE LPT1 etc. command to create the connection, then you issue a PRINT /D:LPT1 'filename' command specifying the PCL command file. You can "print" more than one PCL command file depending on how you create them. Then, finally, issue a print command for the data file.
I hope I haven't left anything out.
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2003 02:42 PM
тАО07-25-2003 02:42 PM
Re: How to use net use to print legel and landscape?
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2003 08:10 PM
тАО07-25-2003 08:10 PM
Re: How to use net use to print legel and landscape?
In NT/2000/XP you have to use
NET USE LPT? /PERSISTENT:YES (replace the ? with 1, 2, 3, etc.).
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2003 09:00 PM
тАО07-25-2003 09:00 PM
Re: How to use net use to print legel and landscape?
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 02:15 PM
тАО07-27-2003 02:15 PM
Re: How to use net use to print legel and landscape?
Well.... If you have to... then have FUN!
Jon