G
Guest
hi all,
I have an on going problem, and I know the problem, but not the reason why
(isn't that always the way!)
I use bat scripts for users startup. at the begining i use:
net use g: /delete
net use h: /delete
etc....for all the mapped drives
I have a bunch of mapped drives for users as in:
net use h: \\server1\storage\username /persistent=no
net use g: \\salesserver\folder\folder1 /persistent=yes
now, i have inherited this setup..so i started experimenting.
from what i know persistent=yes means that it will save the connections
as they are made, and it will restore them at next logon. if i choose
persistent=no it doesn't save the connection or subsequent connections, but
the existing connection will be restored at next logon.
now, the problems i have are:
at the start of all the scripts, all of the mapped drives are deleted with
net use drive_letter: /delete
so they are all deleted.
then below that they are remapped:
net use drive_letter: \\server\share /persistent=no except for the users home
directory (mapped my documents directory)
so mid-day afternoon, dries start unmapping...not much i can think of doing..
anyone got any insights...
small, and slightly dumb problem...very annoying..
tia
bernard
--
I have an on going problem, and I know the problem, but not the reason why
(isn't that always the way!)
I use bat scripts for users startup. at the begining i use:
net use g: /delete
net use h: /delete
etc....for all the mapped drives
I have a bunch of mapped drives for users as in:
net use h: \\server1\storage\username /persistent=no
net use g: \\salesserver\folder\folder1 /persistent=yes
now, i have inherited this setup..so i started experimenting.
from what i know persistent=yes means that it will save the connections
as they are made, and it will restore them at next logon. if i choose
persistent=no it doesn't save the connection or subsequent connections, but
the existing connection will be restored at next logon.
now, the problems i have are:
at the start of all the scripts, all of the mapped drives are deleted with
net use drive_letter: /delete
so they are all deleted.
then below that they are remapped:
net use drive_letter: \\server\share /persistent=no except for the users home
directory (mapped my documents directory)
so mid-day afternoon, dries start unmapping...not much i can think of doing..
anyone got any insights...
small, and slightly dumb problem...very annoying..
tia
bernard
--