Bongo Posted June 4, 2008 Posted June 4, 2008 I have inherited a Kix login script and it's all double dutch to me! The entry I'm interested in is this one; If exist (“o:\)=0 Use o: “\\..\..” Does this entry map the drive ONLY if it doesn’t previously exist? If so how can I delete the drive first then map it to get rid of a persistent drive, would changing the 0 to a 1 make the difference? Cheers Simon
GlennT Posted June 4, 2008 Posted June 4, 2008 (edited) You can delete all the drives like this.... Use * /DELETE Or a single drive like this..... Use H: /DELETE Then map them correctly like this.... Use H: "\\server\%username%$" Hope that helps? Glenn. Edited June 4, 2008 by GlennT
SYNACK Posted June 4, 2008 Posted June 4, 2008 Looks like it only maps that drive if a mapping does not already exist Use o: /DELETE should clear it, its on page 51 of the manual here: http://www.kixtart.org/binary/kix2010.pdf
Bongo Posted June 4, 2008 Author Posted June 4, 2008 Many thanks, I'll give it a go and with that Kix manual a bit of light bedtime reading...
Sirbendy Posted June 5, 2008 Posted June 5, 2008 I quite like Kix/Kix32...used it a lot in the NT4 days..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now