Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello. Wrote a spam script. I have a dynamic ip. Is there a possibility to interrupt Internet connection in BAS? (On PC). Since manually restarting the internet is not very convenient.
@mrhensley .bat
netsh interface set interface name="youinternetconnection" admin=DISABLED netsh interface set interface name="youinternetconnection" admin=ENABLED
restart local connection
@me-alex Well done for coming up with the idea :)
@asivrsr1 check their api endpoints (they should have a documentation) and then use http client to make a wrapper for their api.
@GaG No it wasn't the issue, else is not in parenthesis so it's gonna execute anyway. I know that's not the ideal code :P
P.S- the above guy's solution worked.