S
Steve Behman
On the machine I recently replaced I was using an IBM LaserJet printer to
print "Raw PostScript" (i.e., ASCII text that is a Postscript language page
description.) The printer having a PostScript language interpreter translated
the page description text into an image (which that text described) and then
printed it.
On the old machines the printer was attached via a Centronics-to-Parallel
Port cable. Since the new machine does not have a parallel port I have had to
use A USB to Parallel Port adapter.
On the old machine I created a "New Printer" for which I selected a "Generic
Text Only" driver giving it the share name "Direct". Having done that I was
able to print my PostScript job by writing to "\\SBB\direct" using the
command:
"copy file_name \\SBB\direct
where SBB is the name of my computer.
I was also able to accomplish the same thing in programs I have written in
which I open a file named "\\SBB\Direct" and write the PostScript page
description to it.
The Problem:
When I do precisely the same things on the new computer I get the error
"Access Denied" using the copy command (I haven't yet tried the programs I
have written). This was true even though I gave "Everyone" all possible
permissions for the printer.
Being able to print these PostScript page description on this printer is
very important to me, so much so that I would, with despair revert to the old
machine in order to do it. I would, therefore, be extremely grateful if
someone could steer me around this problem.
print "Raw PostScript" (i.e., ASCII text that is a Postscript language page
description.) The printer having a PostScript language interpreter translated
the page description text into an image (which that text described) and then
printed it.
On the old machines the printer was attached via a Centronics-to-Parallel
Port cable. Since the new machine does not have a parallel port I have had to
use A USB to Parallel Port adapter.
On the old machine I created a "New Printer" for which I selected a "Generic
Text Only" driver giving it the share name "Direct". Having done that I was
able to print my PostScript job by writing to "\\SBB\direct" using the
command:
"copy file_name \\SBB\direct
where SBB is the name of my computer.
I was also able to accomplish the same thing in programs I have written in
which I open a file named "\\SBB\Direct" and write the PostScript page
description to it.
The Problem:
When I do precisely the same things on the new computer I get the error
"Access Denied" using the copy command (I haven't yet tried the programs I
have written). This was true even though I gave "Everyone" all possible
permissions for the printer.
Being able to print these PostScript page description on this printer is
very important to me, so much so that I would, with despair revert to the old
machine in order to do it. I would, therefore, be extremely grateful if
someone could steer me around this problem.