Jump to content

Recommended Posts

Posted

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

Posted (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 by GlennT

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...