The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Internet On or Off (.bat file)
darkely Offline
Posting Freak

Posts: 984
Threads: 87
Joined: Dec 2011
Reputation: 10
#1
Internet On or Off (.bat file)

Code Wrote:@echo off
netsh interface show interface | find "Connected" > nul
if errorlevel 1 goto #
netsh interface set interface "Local Area Connection" disabled
goto end
:#
netsh interface set interface "Local Area Connection" enabled
:end
Just a neat code to turn internet on or off.

To make it...

Open Notepad (or whatever text editor you choose)
Copy/Paste the code
Save it as a .bat file (how to)

[Image: 2ztf5uq.png]

10-25-2012, 05:30 PM
Find


Messages In This Thread
Internet On or Off (.bat file) - by darkely - 10-25-2012, 05:30 PM
RE: Internet On or Off (.bat file) - by Statyk - 10-25-2012, 06:07 PM
RE: Internet On or Off (.bat file) - by Robby - 10-25-2012, 08:57 PM
RE: Internet On or Off (.bat file) - by vsrawat - 11-14-2012, 10:35 AM



Users browsing this thread: 1 Guest(s)