|
What am I missing? I've written a simple Kixtart script that maps a users' drive letter to a server share:
USE S: "\\SERVER1\Accounting"
This works fine unless the drive is *already* mapped to another server share--in which case, the original drive mapping is retained.
As this particular company's environment is constantly changing, the scripts need to be flexible enough to map drive letters that are already mapped. I was hoping that Kixtart could handle re-mapping drive letters, as needed.
I preceded the above line with:
USE S: /DELETE
and:
USE * /DELETE
even:
USE "*" /DELETE
since the Kixtart documentation lists the 'format' without an asterisk, but the 'example' with the asterisk.
The results are the same--the S: drive continues to point to the original share. It's almost like the workstations are ignoring the command. BTW, this is with Kixtart 4.02, with Windows 2000 Professional computers.
Are there any documented problems with Kixtart re-mapping drive letters?
|