PC Review


Reply
Thread Tools Rate Thread

Windows equivalent of Unix spool directory

 
 
John Goche
Guest
Posts: n/a
 
      2nd Aug 2009

Hello,

Under Unix a logged in user can print to a printer
with the lpr command. What happens is that the
print job goes to a special directory on the Unix
operating system's filesystem such directory
known as a spool directory. From the spool
directory the job goes into the printer's
memory from which it is printed.

When a printer is turned off its RAM is cleared
so that it does looses knowledge of such jobs
when it is turned on. However, under Unix
whatever was in the spool directory remains
there and if you power off the computer and
then back on it keeps sending it to the
printer.

Now, I don't know what the equivalent of
a spool directory under Unix is called under
Windows, but I would like to clear it by
cancelling all print jobs from the user
I am logged into.

So how do I cancel print jobs under
Windows Vista Home Premium SP1?

This would save me lots of wasted
ink and paper,

Thank you for your help,

John Goche
 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a
 
      2nd Aug 2009
John Goche wrote:

(much snippage about Unix)

> Now, I don't know what the equivalent of
> a spool directory under Unix is called under
> Windows, but I would like to clear it by
> cancelling all print jobs from the user
> I am logged into.
>
> So how do I cancel print jobs under
> Windows Vista Home Premium SP1?


Of course you can do this with the gui by going to Control Panel>Printers.
The printer in question can be cleared from there. Or some printers have a
Notification Area icon that can be right-clicked for options. Or you can do
it from the command line.

Start>Search box>type: cmd
When cmd appears in Results above, right-click it and choose "Run as
administrator". This gives you an elevated command prompt. At the prompt,
type:

net stop spooler [enter]

To restart the print spooler, simply type:

net start spooler [enter]

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
 
 
 
Tom Ferguson
Guest
Posts: n/a
 
      3rd Aug 2009

PS to Malke's words:

The default spool directory is

C:\Windows\System\spool\PRINTERS

For Vista 64, ...\System32\...

Tom Ferguson

"John Goche" <(E-Mail Removed)> wrote in message
news:9ff92304-f02f-445f-b0b3-(E-Mail Removed)...
>
> Hello,
>
> Under Unix a logged in user can print to a printer
> with the lpr command. What happens is that the
> print job goes to a special directory on the Unix
> operating system's filesystem such directory
> known as a spool directory. From the spool
> directory the job goes into the printer's
> memory from which it is printed.
>
> When a printer is turned off its RAM is cleared
> so that it does looses knowledge of such jobs
> when it is turned on. However, under Unix
> whatever was in the spool directory remains
> there and if you power off the computer and
> then back on it keeps sending it to the
> printer.
>
> Now, I don't know what the equivalent of
> a spool directory under Unix is called under
> Windows, but I would like to clear it by
> cancelling all print jobs from the user
> I am logged into.
>
> So how do I cancel print jobs under
> Windows Vista Home Premium SP1?
>
> This would save me lots of wasted
> ink and paper,
>
> Thank you for your help,
>
> John Goche


 
Reply With Quote
 
Alan Morris [MSFT]
Guest
Posts: n/a
 
      4th Aug 2009
system32 in both 32 and 64 bit machines



--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"Tom Ferguson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> PS to Malke's words:
>
> The default spool directory is
>
> C:\Windows\System\spool\PRINTERS
>
> For Vista 64, ...\System32\...
>
> Tom Ferguson
>
> "John Goche" <(E-Mail Removed)> wrote in message
> news:9ff92304-f02f-445f-b0b3-(E-Mail Removed)...
>>
>> Hello,
>>
>> Under Unix a logged in user can print to a printer
>> with the lpr command. What happens is that the
>> print job goes to a special directory on the Unix
>> operating system's filesystem such directory
>> known as a spool directory. From the spool
>> directory the job goes into the printer's
>> memory from which it is printed.
>>
>> When a printer is turned off its RAM is cleared
>> so that it does looses knowledge of such jobs
>> when it is turned on. However, under Unix
>> whatever was in the spool directory remains
>> there and if you power off the computer and
>> then back on it keeps sending it to the
>> printer.
>>
>> Now, I don't know what the equivalent of
>> a spool directory under Unix is called under
>> Windows, but I would like to clear it by
>> cancelling all print jobs from the user
>> I am logged into.
>>
>> So how do I cancel print jobs under
>> Windows Vista Home Premium SP1?
>>
>> This would save me lots of wasted
>> ink and paper,
>>
>> Thank you for your help,
>>
>> John Goche

>



 
Reply With Quote
 
Tom Ferguson
Guest
Posts: n/a
 
      4th Aug 2009
Right you are. My mind went on vacation in July 1998 and has not (yet?)
returned.

Thanks for the catch.

Tom Ferguson


"Alan Morris [MSFT]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> system32 in both 32 and 64 bit machines
>
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Tom Ferguson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> PS to Malke's words:
>>
>> The default spool directory is
>>
>> C:\Windows\System\spool\PRINTERS
>>
>> For Vista 64, ...\System32\...
>>
>> Tom Ferguson
>>
>> "John Goche" <(E-Mail Removed)> wrote in message
>> news:9ff92304-f02f-445f-b0b3-(E-Mail Removed)...
>>>
>>> Hello,
>>>
>>> Under Unix a logged in user can print to a printer
>>> with the lpr command. What happens is that the
>>> print job goes to a special directory on the Unix
>>> operating system's filesystem such directory
>>> known as a spool directory. From the spool
>>> directory the job goes into the printer's
>>> memory from which it is printed.
>>>
>>> When a printer is turned off its RAM is cleared
>>> so that it does looses knowledge of such jobs
>>> when it is turned on. However, under Unix
>>> whatever was in the spool directory remains
>>> there and if you power off the computer and
>>> then back on it keeps sending it to the
>>> printer.
>>>
>>> Now, I don't know what the equivalent of
>>> a spool directory under Unix is called under
>>> Windows, but I would like to clear it by
>>> cancelling all print jobs from the user
>>> I am logged into.
>>>
>>> So how do I cancel print jobs under
>>> Windows Vista Home Premium SP1?
>>>
>>> This would save me lots of wasted
>>> ink and paper,
>>>
>>> Thank you for your help,
>>>
>>> John Goche

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloading unix \n text files, convert to \r\n non-unix? Zytan Microsoft C# .NET 13 7th Apr 2007 02:45 AM
Is there a windows equivalent to the UNIX /dev files? Dan Ganek Windows XP Help 0 10th Jun 2005 03:59 AM
Can I use Unix and Unix based database on server side? =?Utf-8?B?Sm9uYXRoYW4=?= Microsoft ADO .NET 1 8th Apr 2004 11:27 AM
How to read the unix wtmpx.dat File to show the reult on the textBox from unix wtmpx.dat file? sangui Microsoft C# .NET 0 3rd Mar 2004 07:26 AM
Spool file size - 336Kb ppt creates 30Mb spool file DFranch Microsoft Powerpoint 4 15th Nov 2003 02:38 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:25 AM.