route command does not work on batch script
Hello!
Can anyone please tell me why route add or delete command does not work on
batch script does not work correctly?it loops all the time...
I tried putting something like this:
route delete 192.168.0.5
route add 192.168.0.5 mask 255.255.255.255 192.168.2.1 IF 0x201
|