G
Guest
I'm have some trouble with my scripts since a new sever has installed. The
server has a different name and for some reason if a user had logged into
that machine when the old server was there it remembers the connection. I
have changed the batch file to point to the new server.
I put the following command in front of my mapping on the batch file:
net use * /del
The only problem with that is the script stops and wants a y or n to remove
the connections. This there a trick to make this wipe out all old drives it
remembers and map the rest od the batch file and not need an users input (y
or n to coninue)
Thanks.
server has a different name and for some reason if a user had logged into
that machine when the old server was there it remembers the connection. I
have changed the batch file to point to the new server.
I put the following command in front of my mapping on the batch file:
net use * /del
The only problem with that is the script stops and wants a y or n to remove
the connections. This there a trick to make this wipe out all old drives it
remembers and map the rest od the batch file and not need an users input (y
or n to coninue)
Thanks.