|
Using java, minus the exception handling, it is as simple as
FileOutputStream ostream = new FileOutputStream("\\\\host\\share"); PrintStream printStream = new PrintStream(ostream); printStream.print("HELLO PRINTER"); printStream.close(); ostream.close...
Answer Snippets (Read the full thread at stackoverflow):
File.open("\\\\host\\share") do |f| f.print("HELLO PRINTER#{12.chr}") end.
|
|
I have Windows 7 installed on two computers.
I can share folders between them fine .
However, I can't seem to share printers between them: when I right-click on the printer I expect to see " share printer " but there is no option for that.
When I read...
Started by Edward Tanguay on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
No printers show up on the other machine, and no "Sharing....
I can share files, but not printers.
Http been disabled on both machines.
Try the Printer Properties, then check the Sharing Tab
There is no sharing tab.
|
|
I'm trying to share a printer from one Windows XP pc to another. The problem is the pc with the printer has only 1 user, and that user has a password, so the other computer can't seem to see the printer on this one.
When I enable the guest account on ...
Started by kkaploon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
When the guest account is disabled, you aren't automatically able to ... .
Which it looks like they are) you will able to share the printer with the other computer have to enter a password to see and use the printer over the network.
|
Ask your Facebook Friends
|
Hi, I am a Mac and I don't support your printer. Hi, I am a PC and I do.
Per this question , there aren't any mac drivers for my Dell v305W printer. Is there anyway, I can share this printer to the Mac via my PC or via a VMWare Fusion Virtual Machine ...
Started by AngryHacker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
-JFV
From Mac OS X Hints: Print to a non-Mac... .
If there is a generic printer driver you can use for your Mac to share from your PC should do the trick.
You can try to use a generic printer driver to share the printer.
|
|
My co-worker has a Win XP machine with a USB printer that he would like to share and be able to print to it from a Linux machine. He has enabled sharing on the Win XP machine and has installed SAMBA on the Linux box. He has had absolutely no luck in even...
Started by pjemmert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
First verify that your installation of CUPS
The following is an example of setting up the printer shown above:
lpadmin -p RicePrinter -v smb://rice/inkjet.ppd
Your printer ....
You have found a Windows printer you may configure CUPS.
|
|
I have a printer installed on an Ubuntu 9.10 desktop, and I wish to share the printer to a windows machine, a Mac OS X machine, and to some other Ubuntu hosts over the network. Two related questions come to mind:
How do you share a printer from an Ubuntu...
Started by EricJLN on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The problem NetworkPrintingWithUbuntu
On the machine sharing the printer - the server Open the System -> Administration -> Printing launcher for ....
To a Windows machine sharing a printer was that it would keep failing.
|
|
Hi, I have a setup with a Windows XP Professional computer joined to a domain. This computer has a USB printer installed, which is in turn shared. I can use this printer from other computers fine, as long as they are in the same domain. I cannot however...
Started by robert on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If so, right-click on the printer and grant them permissions to use....
Is File and Print sharing enabled on the non-domain machine?
Can you see the printer by opening up Windows Explorer and typing \\computername into the address bar.
|
|
I've got a printer which only has 32-bit drivers, so it's installed on a 32-bit machine (XP). I need it to appear as a printer (with duplex control etc) on a 64-bit machine (Vista).
I can't just share it using Windows printer sharing because the 64-bit...
Started by marklam on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Contacted Canon and they just suggested the 5050 printer which....
Is it a PCL5 printer driver
Got the same problem with XP 64-bit and LBP-5000 printer.
More advanced features, you really need a proper driver for the printer.
|
|
We are using classic asp to call a C# dll and in the C# dll we are using System.Drawing.Printing.PrinterSettings.InstalledPrinters to get a list of availabe printers. If the printers are not shared they will not show up when a user trys to print. The ...
Started by Ryan on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Granting the Network Service account access to the printer does.
Are using the user's credentials.
|
|
I am installing Web Server 2008 for my home network. I have 2 USB printers that I am connecting to this machine and want to share these printers so that my other machines can print to these 2 USB printers. (I previously had Win Server 2003 on this machine...
Started by FarrEver on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That file and printer sharing would be blocked, but it's possible, if the product licence is aimed.
|