G
Guest
My office needs a persistant route added to the routing table on all the
workstations. So we put the following in a batch file:
route add 10.xxx.xx.xx mask 255.255.0.0 10.xxx.x.x -P
The intention was to put it in a logon script or group policy. Execpt when
we run the batch file we get stuck in a loop as it runs the line over and
over. We've tried adding pause and exit commands with the same results.
Anyone have any tricks to avoid this or see a mistake on my part?
Thanks in advance for any thoughts.
workstations. So we put the following in a batch file:
route add 10.xxx.xx.xx mask 255.255.0.0 10.xxx.x.x -P
The intention was to put it in a logon script or group policy. Execpt when
we run the batch file we get stuck in a loop as it runs the line over and
over. We've tried adding pause and exit commands with the same results.
Anyone have any tricks to avoid this or see a mistake on my part?
Thanks in advance for any thoughts.