Greetings
I found out about Kixtart a few weeks back, and have only started using it last week.
So please go easy on me for the dumb Questions.

I am very happy to read how-To's and the like. I just need to find them.

My 1st script is a simple login scrippt.

 Code:
; *****************
; * DRIVE MAPPING *
; *****************

;Mapped Drive

use Q: "\\zeus\Photos$" 
use O: "\\zeus\staff-pupil$" 
use X: "\\zeus\applications" 
use Y: "\\zeus\%username%$" 

If InGroup ("Group-Admin") 
use R: "\\zeus\Reports$"
use W: "\\zeus\Staffdata$" 
EndIf

If InGroup ("GROUP-Intern") 
use W: "\\zeus\Staffdata$" 
EndIf


I would like to add printers, backgrounds,Proxy and internet settings to this script as well, @ some point.

so
A) Is there a better way to do what i have done with the network Drives?
B) Where would i read up on "LOGIN SCRIPTS" specifically?
C) If you know of any books or internet resources that are good Please let me know.

Thanks