unix toolkit for VB


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix toolkit for VB
# 8  
Old 05-21-2002
Samba allows you to use a printer on a windows system from unix as well.
# 9  
Old 05-21-2002
MySQL thanks

does anyone here know where I could find code to put in VB to print to a Unix Dazzle Print server?
# 10  
Old 05-21-2002
What exactly is a "Dazzle" print server?

Is it lpd based? If so, you can setup a Win32 box to route print requestes from a server to the Unix side of things. Many stand alone printers use lpd and I have setup NT Servers that utilized the stand alone printers using the "lpr" protocol under NT.

Hope that helps.

P.S. It is generally considered polite to keep questions in the originating thread instead of branching off questions into new threads. That way, other forum visitors can see the entire thought process from initial problem to final solution.
# 11  
Old 05-21-2002
Quote:
Originally posted by auswipe
It is generally considered polite to keep questions in the originating thread instead of branching off questions into new threads. That way, other forum visitors can see the entire thought process from initial problem to final solution.
It looked like he accidently started a second thread and then copied his response to the original thread. I have merged the threads.
# 12  
Old 05-21-2002
Bug Thanks again

Sorry about branching off in the message board. I thought I deleted that thread. What your saying about using a Win32 box to print to the Unix side makes sense I am not sure if it is LPD based, actually I don't know what LPD is? Dazzle is the Unix Print Server we use. It handles all our print requests and we use perl scripts to spool off 6 to 12 at a time and so far the print server handles our printing exceptionally well, we never lose a print job through our Unix side and we print about a mile and a half of paper a year. But thats why I'm here. To automate the process and somehow I'm supposed to have perl scripts to move through text compare claim numbers and dollar amount on 2 text pads and print just the difference of claims and dollar amount rather than print everything and have lots of paper thrown out. But since our OS's are Windows 2000 we have to find ways to have windows make use of the superior Unix side
# 13  
Old 05-21-2002
Could you please provide some more information on the Dazzle Print Server such as model number and manufacturer? My Google searches are pulling up random results and I don't see anything directly related to a "Dazzle Print Server".

So currently, print requests are going from the Win32 Side to the Dazzle Print server? Can you print anything to the Dazzle or is it app specific? If not app specific, that would seem to indicate that you could write a VB application that could print to the Dazzle as well.

The first place that I would look is in the printer defentions on the Win32 boxes. You can find that under Start | Settings | Printers. You might be able to determine how the printers is connected to the Dazzle.

Oh yeah, for the educational part of the show:

lpd is the daemon that handles printing under Unix.

Hopefully this is of some help.
# 14  
Old 05-30-2002
MySQL thanks for all your help

it could be spelled differently like dazzel or dazle or dazzal print server. but I am having a heck of a time trying to write a script that when run it will print off a bunch of different text files. Unfortunately i have found out that we are definitely using windows 2000 computers in our data center but it will be great to still make use of our Unix system somehow. My main concern is to have windows 2000 be able to print to our Unix's side print server though. Thanks again for all your previous help!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Message passing toolkit

Hello, Has somebody download it before oracle deleted from support section? I tried dl it from: oracle.com/us/products/tools/message-passing-toolkit-070499.html Oracle Message Passing Toolkit but: section decommissioned. Same in support and edelivery I phoned to oracle support and... (2 Replies)
Discussion started by: time0ut
2 Replies

2. Programming

Openmotif toolkit!

I'm using ubuntu 9.10 as OS and i installed a toolkit of widgets: openmotif. The packages are: libmotif3, libx11-dev, libxp-dev, libxt-dev, x-dev. How can I compile a program including the MOTIF toolkit? I tried: gcc <my_file.c> -L /usr/lib/ It doesn't work I don't know very much the... (6 Replies)
Discussion started by: mghis
6 Replies

3. Shell Programming and Scripting

help me please(HTK toolkit)

Unfortunately, I do not metrizable much English, but I have a big problem on programming using HTK, precisely because the command Hrest after having run this statement, an error appeared, the vFloors is illegible, although that it is the result of the command Hcompv. I would like to help me find:... (0 Replies)
Discussion started by: mawahib
0 Replies

4. Solaris

Jass Toolkit 4.2

I have Jass Toolkit 4.2 for Solaris 10. If I run #jass-execute -d secure.driver and then enable certain services which were disabled by jass, such as ssh, how do I incorporate those changes to jass so that when i rerun jass-execute secure-driver, it does not complain. Any suggestions please,... (1 Reply)
Discussion started by: Tirmazi
1 Replies

5. Shell Programming and Scripting

Navigation Toolkit for BASH

UNIX Forum, Please see the latest version of my navigation toolkit for BASH. The project web-page on SourceForge can found here: Bash Navigator Home Page (SourceForge) I would appreciate any input you might have. Regards (2 Replies)
Discussion started by: rlandon@usa.net
2 Replies

6. UNIX for Advanced & Expert Users

Globus Toolkit 4

Hello! I'm trying to install the Globus Toolkit 4 on a Fedora 8 system. The instructions I'm using to do so can be found here: Chapter 1. 4.0.x quickstart I'm at the Certificate Authorities point where I am supposed to sign the certificate though, and I'm having a bit of trouble that... (2 Replies)
Discussion started by: Curtor
2 Replies
Login or Register to Ask a Question