Search found 1 match

by techsitepoint
20 Nov 2010 03:36
Forum: DOS Batch Forum
Topic: script for increase ip
Replies: 1
Views: 2810

script for increase ip

Hello.


I need a cmd script for increase ip, for example, if I have 192.168 .1.1 in a IP variable I need calculate 3 ip more, 192.168.1.4, in cmd, no vbs or similar.

Thanks

Example:

SET IP=192.168.1.1

I need calculate 192.168.1.4 , for example

Thanks