Search found 4 matches

by Dark0Prince
18 Jul 2017 08:31
Forum: DOS Batch Forum
Topic: Invalid address parameter
Replies: 10
Views: 9999

Re: Invalid address parameter

Thanks Antonio that one worked cherry for me and I'm no longer getting that IP error.
by Dark0Prince
13 Jul 2017 16:39
Forum: DOS Batch Forum
Topic: Invalid address parameter
Replies: 10
Views: 9999

Re: Invalid address parameter

I'm now reading a message under IPconfig that says "Autoconfiguration IPv4 Address. . :170.254.175.252"
When i pick option C instead of changing to the IP I gave it. A and B are now working
by Dark0Prince
13 Jul 2017 16:19
Forum: DOS Batch Forum
Topic: Invalid address parameter
Replies: 10
Views: 9999

Re: Invalid address parameter

I tried typing it like that but then it doesn't seem to recognize I typed anything as the IP, gateway or mask. echo "Static IP Address:" set IP_Addr=10.1.4.53 echo "Default Gateway:" set D_Gate=10.1.4.1 echo "Subnet Mask:" set Sub_Mask=255.255.255.0
by Dark0Prince
13 Jul 2017 12:49
Forum: DOS Batch Forum
Topic: Invalid address parameter
Replies: 10
Views: 9999

Invalid address parameter

I'm getting this error in bold and I'm new to batch code. It should change my static IP based on the option I chose A,B or C. " Invalid address parameter (1). It should be a valid IPv4 address. " Here is my code below. @echo off echo Choose: echo [A] Set ABQ Static IP echo [B] Set GJ Stati...