RE: Printing to Network Printer

2006-07-28 Thread Nichols, Ron
I shared my default printer and opened the printer as \\computer_Name\Printer_name. Creating the share solved the problem... Thanks for you assistance. Ronald G. Nichols Director of Information Technology Knouse Foods Cooperative, Inc. [EMAIL PROTECTED] (717) 677-8181 Ext. 3470 -Origina

RE: PERL on a CD

2006-07-28 Thread Timothy Johnson
Also PPM would not be able to install any modules because it wouldn't be able to write to the CD, but this is more of a solution for distributing a script within an organization. -Original Message- From: Foo JH [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 10:02 PM To: Timothy J

RE: Printing to Network Printer

2006-07-28 Thread Ken Cornetet
Open the printer share name. For example, if the computer that the printer is set up on is called "chworktap", and the printer share name is "wagstaff", then your open should look like this: Open FILE, "chworktap\\wagstaff" Your post mentions an IP address and port 9100 (typically used by net

RE: Printing to Network Printer

2006-07-28 Thread Nichols, Ron
The selected printer is the default printer for my system. I can print from any other windows based application to the default printer. I am also set up as the local administrator on the system. Ronald G. Nichols Director of Information Technology Knouse Foods Cooperative, Inc. [EMAIL PROTECTE

Re: Printing to Network Printer

2006-07-28 Thread Chris Wagner
That sounds like the account the script is running as doesn't have print permission on the print server. Can u print a normal document? Check the permissions on the print share on the print server. -- REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 >=-- "...ne cede malis" 0100 __

Printing to Network Printer

2006-07-28 Thread Nichols, Ron
I have a PERL script that prints to a network printer on a Windows XP Professional OS. The script will be used on a variety of XP systems with varying network printers as the default printer. When I run the code shown below: #! perl -w use strict; my $port='9100'; my $default_printer='10.1.5.

Re: Up-to-date Alternatives to Tiny Perl? (Was: PERL on a CD)

2006-07-28 Thread Sisyphus
- Original Message - From: "Foo JH" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Cc: "Veli-Pekka Tätilä" <[EMAIL PROTECTED]>; Sent: Friday, July 28, 2006 3:05 PM Subject: Re: Up-to-date Alternatives to Tiny Perl? (Was: PERL on a CD) > This is encouraging. Do you know if the f

Re: Up-to-date Alternatives to Tiny Perl? (Was: PERL on a CD)

2006-07-28 Thread Foo JH
This is encouraging. Do you know if the free version of the MS compiler will work as well? Sisyphus wrote: > - Original Message - > From: "Veli-Pekka Tätilä" > . > . > >> How difficult would it be to compile my own Perl using VC6 and include the >> modules, too? I've only been install

Re: PERL on a CD

2006-07-28 Thread Foo JH
The only downside to running (Active)Perl from a CD, is that ppm does not seem to work. Something about paths being wrong and stuff. Appreciate any solutions to this matter. Timothy Johnson wrote: > The only disadvantage to running Perl from a CD is that the file > associations would not be ther