|
Java™ by example!
|
|
|
How do I bring up the dial-up networking connection window?
In Windows 95/98/ME, the dial up items are not traditional exe files. The following command line executes the necessary files to start a dialup session:
Applied in Java: create a Batch file containing this line and call this file through the Runtime class: Dial.bat
DialUp.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|