It takes time for us to respond. We are all
volunteers, and do this in our spare time.
I believe it should look like this:
route -p add 192.168.2.10 mask 255.255.255.0 192.168.1.135
This will send the traffic from 192.168.2.10 to 192.168.1.135
You don't have to specify a metric, windows will enter a default.
You could also enter it like this:
route -p add 192.168.2.0 mask 255.255.255.0 192.168.1.0
This will take a little longer but will span the whole spectrum.
MS article below.
Microsoft Corporation