![]() |
Free Software |
|
All of the following source code can be freely used for any purpose. Please purchase a Support Token if you require email support.
DUN Checker: checks if a DUN
connection is in place (useful in batch files).
[Source]
This batch file shows how to dial a DUN Connection, wait for it to be
established, and then execute another batch file:
start c:\Windows\Desktop\MyISP.lnk ;MyISP.lnk is a shortcut to a DUN connection check 90 ;Wait for 90 secs or until MyISP is up call addroute.bat ;Run another batch file
File addroute.bat:
route delete 0.0.0.0
route add 0.0.0.0 mask 0.0.0.0 172.16.1.253
|
|
|
The XAMPP Control Panel is a small Windows GUI/Console mode application that lets you control up to four XAMPP modules. |