Windows Thread, Network Printing in Technical; OK guys,
Heres another one to brain storm.
1:. Is there a method around so that when a student prints ...
-
13th June 2005, 11:39 AM #1 Network Printing
OK guys,
Heres another one to brain storm.
1:. Is there a method around so that when a student prints out anything that their username is printed at the bottom or top of everypage?
2:. What software or method does everyone use to control the amount of printing around their school site?
Question 1 is something the staff here have all ways wanted implemented but no-one seems to be able to offer the solution.
-
-
IDG Tech News
-
13th June 2005, 11:50 AM #2 Re: Network Printing
Number 1 is easy. Go to the printer(s) in question and look in the properties. On the Advanced tab there's an option for a 'seperator page'. You need to create a text file with some special control codes and point that setting at the text file. Here's an example, explaining along the way:
$ ---- this can be any character, and must be the first character on the first line. Choose a character not normally used to be the control character, in this case $
$LUser Name $N ---- $L is used to display normal test until another code is found, $N displayed the username
$L, Job Number $I ---- $I displays the job number
$E ---- $E means end of page
Other characters you can use are
$B$S ---- Turn on block character printing
$D ---- Data job printer
$F<filename> ---- A file to print
$H ---- Printer specific control code
$x ---- Where x is a number of blank lines to print
$T ---- Time job was printed
$U ---- Turns off block character printing
$Wxx ---- Width of the separator page
-
-
13th June 2005, 12:20 PM #3 Re: Network Printing
@Geoff
Doesn't that just print a page between the jobs (i.e. there will be an A4 sheet with the username, etc. on and then the job will follow that)?
This would be no good if some idiot decides to mix the pages up.
-
-
13th June 2005, 12:22 PM #4
-
-
13th June 2005, 01:34 PM #5 Re: Network Printing
Yeah, it does a seperator page. I'm actually after something that gets tagged onto the top or the bottom of the page like a header or footer, but just not for Word etc but everything like web pages, picture print outs etc.
-
-
13th June 2005, 02:12 PM #6 Re: Network Printing
If your print server is a Linux box (with samba and/or cups for example) you can do it by reprocessing the postscript file after it comes through ghostscript.
However you cannot do it under windows without writing your own GDI printer drivers. I suspect this is beyond most mortals.
-
-
13th June 2005, 02:26 PM #7
- Rep Power
- 0
Re: Network Printing
We use 'Print Manager Plus' - reasonably effective at the job
Alows you to assign each AD user a budget for printing etc etc.
-
-
14th June 2005, 07:31 AM #8 Re: Network Printing
Forgot to say we use a piece of software called StopIt3 by Flo Software. Reasonably priced and we've had it implemented for the past two years.
It monitors printers, pages printed, costs etc as well as monitorying individual users HDD space. It then locks the account if you use too much HDD space. Then the old 'I cant logon' bit starts.
-
-
14th June 2005, 12:28 PM #9 Re: Network Printing
I found a code snippet a while ago that helps a little but only when they print straight from Internet Explorer. So it is of limited use but still good as this is a problem here. Yes I know some of you will use firefox etc etc ......
Code:
Dim WSHShell, RegKey, myName
myName = createobject("wscript.network").username
Set WSHShell = CreateObject("WScript.Shell")
RegKey = "HKCU\Software\Microsoft\Internet Explorer\PageSetup\"
WSHShell.RegWrite regkey & "header", "Printed By " &myName This just alters a reg key and adds a header to any document printed from IE.
In the example above it writes "Printed By username". You can make this print in the footer as well.
-
-
14th June 2005, 02:12 PM #10 Re: Network Printing
ChrisH...
I'm assuming that code snippet is run as a logon script?
Rob.
-
-
15th June 2005, 07:36 AM #11 Re: Network Printing

Originally Posted by
RobC ChrisH...
I'm assuming that code snippet is run as a logon script?
Rob.
Yes run it as part of your log in script
-
-
15th June 2005, 03:55 PM #12 Re: Network Printing
I've used Print Manager Plus. Very good. No one here is really THAT bothered to charge departments tho'. Although we do keep a tally of colour printing and charge that on.
Also in Word you can enforce a footer via .ADM to have the username printed. Did that for a while.
Now all we do is "keep printed documents" on selected printers, that way we can see which user printed.
-
-
16th June 2005, 08:00 AM #13 Re: Network Printing
Hmm I cant find the footer option for word 2000 in the ADMs.
-
-
16th June 2005, 08:13 AM #14
-
-
16th June 2005, 10:12 AM #15 Re: Network Printing
Well that rules that out as most of our licences only cover 2000
-
SHARE: 
Similar Threads
-
Replies: 35
Last Post: 31st July 2007, 05:17 PM
-
By sidewinder in forum Mac
Replies: 4
Last Post: 12th January 2007, 03:21 PM
-
By SpuffMonkey in forum Windows
Replies: 6
Last Post: 9th January 2006, 07:47 PM
-
By ajbritton in forum Windows
Replies: 1
Last Post: 16th December 2005, 08:28 AM
-
By Gordie in forum Windows
Replies: 13
Last Post: 7th November 2005, 10:05 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules