|
NTDOC,
We dont have /f switch. To run the script we just use:
Call "c:\scripts\kix\kix32" "c:\scripts\myscript.kix"
We have this in logon script.
Yet, Allen's script does not do what I am trying to achieve.
And again, lets assume user has never logged on to this server. If a user is on Group1, his script would create check for icon in user's profile and then add the icon. Then it will continue to see if user is in Group2. If he is, it will look to see if the icon is in his profile. In our case, it already is (because user is in Group1). And so it will skip it. And that will happen to all of them after Group1 part. Also, maybe this is where confusion is, Allen's script points to the same folder on D: (D:\Group1\..) In our case, there are corresponding folders to each group on D: that have links for that particular group. So it should be going there and not into the same folder as Group1. It could be that this is just a "typo" on Allen's part.
Am I understanding this correctly?
|