To add Static route in windows XP the command is:
route add "network-address" mask "mask-of-network" "gateway
eg.
route add 10.0.0.0 mask 255.0.0.0 192.193.192.1
To delete Static route in windows XP the command is:
route delete 10.0.0.0 mask 255.0.0.0 192.193.192.1
route add "network-address" mask "mask-of-network" "gateway
eg.
route add 10.0.0.0 mask 255.0.0.0 192.193.192.1
To delete Static route in windows XP the command is:
route delete 10.0.0.0 mask 255.0.0.0 192.193.192.1