Re: Windows Printer




BobJ wrote:

> > FWIW Windows XP Prof now supports printing to a windows printer - the
> > cheapies - with a script or from the command line.
> >
> > print /d:\\ServerName\ShareName C:\folder\some.txt
> >

Hmmm... try running "net use" at the command line and see what print
devices are defined. Should see something like:

Status Local Remote
OK LPT2 \\ServerName\ShareName

Using that device name, try printing using command similar to the
following:

print /d:LPT2 C:\folder\some.txt

Should work, as the print command has been around as far back as I can
remember.

.