Hello -
I need to mount a drive to Win XP machines running in a Novell network.
I have this script:
umount g:
mount -o anon server:/export/sbi/home/%nwusername% g:
This works fine when you are the admin or you are a normal user and run it manually.
The auto run only partially works. The server gets a mount request, but the request is for the same directory as what was mounted before (it uses the username that was last logged on, not the current one). It is as though the script is ignoring the %nwusername% variable.
If anybody has a clue, will be much appreciated! Thanks
-Bad
I need to mount a drive to Win XP machines running in a Novell network.
I have this script:
umount g:
mount -o anon server:/export/sbi/home/%nwusername% g:
This works fine when you are the admin or you are a normal user and run it manually.
The auto run only partially works. The server gets a mount request, but the request is for the same directory as what was mounted before (it uses the username that was last logged on, not the current one). It is as though the script is ignoring the %nwusername% variable.
If anybody has a clue, will be much appreciated! Thanks
-Bad