From: Eric on 21 Mar 2010 12:49 Does anyone have any suggestions on how to write a batch file to disconnect the internet connection? I am using boardband modem. Thanks in advance for any suggestions Eric
From: Pegasus [MVP] on 21 Mar 2010 13:02 "Eric" <Eric(a)discussions.microsoft.com> wrote in message news:57C6B1DC-E696-400D-A209-9701DFC8BC2D(a)microsoft.com... > Does anyone have any suggestions on how to write a batch file to > disconnect > the internet connection? I am using boardband modem. > Thanks in advance for any suggestions > Eric You can use devcon.exe (http://download.microsoft.com/download/1/1/f/11f7dd10-272d-4cd2-896f-9ce67f3e0240/devcon.exe) to disable or enable your network adapter. You'll have to put a certain amount of work into automating the process, same as for the other suggestions you received in your parallel posts.
From: Eric on 22 Mar 2010 01:28 Thank you very much for suggestions When I am online, there is a monitor's icon to show online status, when I disconnect the internet connection, I just right click this icon and select disconnect, and this is what I want to do to disconnect the boardband connection. Can devcon.exe perform this trick by using Excel's macro - VBA to activate it? which should not involve any IP or modem hardware setting at all? Do you have any suggestions? Thanks in advance for any suggestions Eric "Pegasus [MVP]" wrote: > > > "Eric" <Eric(a)discussions.microsoft.com> wrote in message > news:57C6B1DC-E696-400D-A209-9701DFC8BC2D(a)microsoft.com... > > Does anyone have any suggestions on how to write a batch file to > > disconnect > > the internet connection? I am using boardband modem. > > Thanks in advance for any suggestions > > Eric > > You can use devcon.exe > (http://download.microsoft.com/download/1/1/f/11f7dd10-272d-4cd2-896f-9ce67f3e0240/devcon.exe) > to disable or enable your network adapter. You'll have to put a certain > amount of work into automating the process, same as for the other > suggestions you received in your parallel posts. > > . >
From: Pegasus [MVP] on 22 Mar 2010 02:08 You need to ask an Excel newsgroup whether a VBA script can invoke an .exe file. "Eric" <Eric(a)discussions.microsoft.com> wrote in message news:7003C0DC-1911-4718-92F1-383821DFDEF2(a)microsoft.com... > Thank you very much for suggestions > When I am online, there is a monitor's icon to show online status, when I > disconnect the internet connection, I just right click this icon and > select > disconnect, and this is what I want to do to disconnect the boardband > connection. > Can devcon.exe perform this trick by using Excel's macro - VBA to activate > it? which should not involve any IP or modem hardware setting at all? > Do you have any suggestions? > Thanks in advance for any suggestions > Eric > > "Pegasus [MVP]" wrote: > >> >> >> "Eric" <Eric(a)discussions.microsoft.com> wrote in message >> news:57C6B1DC-E696-400D-A209-9701DFC8BC2D(a)microsoft.com... >> > Does anyone have any suggestions on how to write a batch file to >> > disconnect >> > the internet connection? I am using boardband modem. >> > Thanks in advance for any suggestions >> > Eric >> >> You can use devcon.exe >> (http://download.microsoft.com/download/1/1/f/11f7dd10-272d-4cd2-896f-9ce67f3e0240/devcon.exe) >> to disable or enable your network adapter. You'll have to put a certain >> amount of work into automating the process, same as for the other >> suggestions you received in your parallel posts. >> >> . >>
|
Pages: 1 Prev: How to disconnect internet connection using VBA? Next: Data Security & Flash Drive Formatting |