how to share printer installed on windows 2000 with SCO OpenServer 5.0.5


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how to share printer installed on windows 2000 with SCO OpenServer 5.0.5
# 1  
Old 01-23-2006
how to share printer installed on windows 2000 with SCO OpenServer 5.0.5

i have wipro netpower server with p4 and 256 ram.
i want share dot matrix printer installed on windows 2000 prof.
with sco openserver 5.0.5. plz help me to comeout from this trouble.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

Cannot mount NFS share (FreeNAS) onto SCO OpenServer 5.0.6

Hi! All, I am trying to mount a NFS share on my FreeNAS system onto my SCO OpenServer 5.0.6. I get the following error: mount: cannot mount /: Connection Refused (error 115) Has anyone been able to do this? (3 Replies)
Discussion started by: trolley
3 Replies

2. UNIX for Dummies Questions & Answers

Printer for SCO OpenServer 5

I only know enough about Unix to get me in trouble: I have an old UNIX SCO OpenServer 5 that I am phasing out. It had been connected to an HP laserjet via a serial port connection. As part of the phase out I disconnected and removed the workstations leaving only the server. I didn't think I... (9 Replies)
Discussion started by: rpmaps
9 Replies

3. UNIX Desktop Questions & Answers

wt is the exact procedure to share windows printer on linux machine to print from it

hi, what is the exact procedure to to set up printer on linux machine?The printer is a network hp 3050 printer configured on windows xp machine and i want to setup it on linux fc9 machine to print from it.is samba is compulsory for that? please give the exact procedure to do the same? (1 Reply)
Discussion started by: pankajd
1 Replies

4. UNIX for Dummies Questions & Answers

Disable form feed on a serial printer connected to Sco OpenServer

I connected a serial printer to my scoOpenServer which works great. I was able to disable the banner in the interface of the printer. However i am unable to find the command in the interface to disable the formfeed . Below is a copy of the interface file. Please can anyone instruct me on how to... (0 Replies)
Discussion started by: scoman2
0 Replies

5. UNIX for Advanced & Expert Users

Configure SCO Unix to print on windows base XP printer

Hi, I have done this year ago, and now I need to do it again, but did not remember how I do it. I have a slip printer on a windows xp workstation and i need to print from SCO unix application to that printer. I try to create a remote printer but the only option available is unix, the other to... (0 Replies)
Discussion started by: comsiconsa
0 Replies

6. SCO

Telnet connection to Sco Unixware from Windows 2000 taking longer !!!

Telnet connection to SCO Unixware server taking longer to return the Login prompt !!! Thanx in advance for any suggestions or help in this regard . Cheers KBiswas (9 Replies)
Discussion started by: kbiswas
9 Replies

7. UNIX for Dummies Questions & Answers

connecting windows pc to sco openserver

I connected my windows 2k professional to sco openserver. i want to know how i should setup sco , so when i login from windows it will log me into my home dir on sco (1 Reply)
Discussion started by: scoman
1 Replies

8. UNIX for Dummies Questions & Answers

Sco openserver and Windows 2000 server

Hi, i have 4 Unix Sco openservers, 4PCs running windows 2000, and 1 PC with windows server which i want to configure in the same network. During the configuration procedure, the wizard of Windows 2000 SERVER ask you if this is the only server in the network, now it will be the only WINDOWS... (2 Replies)
Discussion started by: BAM
2 Replies
Login or Register to Ask a Question
jprconv(1)							   User Commands							jprconv(1)

NAME
jprconv - Filter for printing Japanese text on a dot-matrix Kanji printer or Japanese language page printer SYNOPSIS
jprconv [-T terminfo] [-r ] /usr/lib/lp/text/jprconv AVAILABILITY
SUNWjfpu DESCRIPTION
jprconv is a filter for printing Japanese text on a dot-matrix Kanji printer (EPSON VP-5085 or NEC PC-PR201) or Japanese language page printer (Canon LASERSHOT). Control codes for each printer are as follows: +-----------------------+-----------------------------------+ |Database |Control code | |EPSON VP-5085 |ESC/P24-J84 of EPSON ESC/P | |NEC PR201 |NEC 201PL | |Canon LASERSHOT |LIPS-complied control code | +-----------------------+-----------------------------------+ If the above control codes are supported, Japanese text can be printed on another printer. jprconv reads Japanese characters from the standard input, converts them to each control code, and writes to the standard output. If the input character code includes any user-defined characters, JIS X 0212, IBM Extended characters, or NEC-selective IBM Extended characters, these fonts are also printed. For the other characters, fonts installed on the printer are used. You can use sdtudctool to define user-specific characters (see sdtudctool(1)). To print JIS X 0212, IBM Extended characters, or NEC-selec- tive IBM Extended characters, the SUNWjcs3f package is also needed. OPTIONS
-T Specifies to use terminfo database. Any one of the following must be spefified. canon-ls-408 In case of LIPS format nec-pr201 In case of NEC 201PL format epson-vp5085 In case of ESC/P24-J84 format -r Does not convert NL to CR-NL when printing. By default it is converted. EXAMPLES
To print file1 in the ESC/P24-J84 format, type: example% jprconv -T epson-vp5085 < file1 ENVIRONMENT VARIABLES
To run this command, the locale must be set to ja, ja_JP.PCK or ja_JP.UTF-8. FILES
/usr/lib/lp/text/jprconv.conf /usr/share/lib/terminfo/e/epson-vp5085 /usr/share/lib/terminfo/n/nec-pr201 /usr/share/lib/terminfo/c/canon-ls-a408 SEE ALSO
jtops(1), jpostprint(1), sdtudctool(1), lpfilter(1M) Japanese Environment User's Guide NOTES
In general, it is not necessary to use the jprconv because jprconv is used as a filter on the printer server side. For the setting on the printer server side, see Japanese Environment User's Guide. Only Japanese characters are printable in the ja_JP.UTF-8 locale. SunOS 5.10 10 Jan 2003 jprconv(1)