can't "Add Printer"

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

When I double-click the "Add Printer" selection in "Control Panel -->
Printers", I am told "Printer operation cannot continue due to lack of
resources. The print system is unavailable."

The goal is to create a printer that will simply print to a text file. How
do I enable this please? The tabular data to be printed exists in an
application that will allow printing, but will not allow copy-and-paste
ctrl-c/ctrl-v into notepad.exe or a spreadsheet.
 
When I double-click the "Add Printer" selection in "Control Panel -->
Printers", I am told "Printer operation cannot continue due to lack of
resources. The print system is unavailable."

The goal is to create a printer that will simply print to a text file. How
do I enable this please? The tabular data to be printed exists in an
application that will allow printing, but will not allow copy-and-paste
ctrl-c/ctrl-v into notepad.exe or a spreadsheet.

If it were my prob, I should if all is shown on the display, use PrintScreen and
open a new document in photoshop and do a Ctrl-v into that with the info from
the 'print screen'. Then we shall have a picture that can easily be printed on
any printer.
Borge in sunny Perth, Australia
 
In
nesredep egrob said:
If it were my prob, I should if all is shown on the display, use
PrintScreen and open a new document in photoshop and do a Ctrl-v into
that with the info from the 'print screen'. Then we shall have a
picture that can easily be printed on any printer.

I'm sorry if I didn't explain the problem clearly enough. I need to create a
printer that will print to a text file.
 
In
Patrick said:
When I double-click the "Add Printer" selection in "Control Panel -->
Printers", I am told "Printer operation cannot continue due to lack of
resources. The print system is unavailable."

The goal is to create a printer that will simply print to a text
file. How do I enable this please? The tabular data to be printed
exists in an application that will allow printing, but will not allow
copy-and-paste ctrl-c/ctrl-v into notepad.exe or a spreadsheet.

try

start
run
type
cmd
click ok

at cmd prompt
type
net stop spooler
press enter

then restart the print spool server by
typing
net start spooler
press enter
 
Back
Top