1. Still trying to start Dial-up Networking
- Posted by Evan Marshall <evan at net-link.net> Jan 05, 2002
- 433 views
This will open Dial-up Networking, but I can't figure out how to initiate the connection. system("C:\\WINDOWS.000\\EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{992CFFA0-F557-101A-88EC-00DD010CCC48}",2) but addin something like "Myconnection" at the end of the string doesn't work. All I am trying to do is to make a small batch file to get online and start my browser.
2. Re: Still trying to start Dial-up Networking
- Posted by fretinator at smallvue.com Jan 05, 2002
- 442 views
Just curious, doesn't DUN start automatically when your browser opens. If not, you can download an upgrade to DUN that will. Perhaps I misunderstand. ----- Original Message ----- From: "Evan Marshall" <evan at net-link.net> To: "EUforum" <EUforum at topica.com> Subject: Still trying to start Dial-up Networking > > This will open Dial-up Networking, but I can't figure out how to initiate the connection. > > > system("C:\\WINDOWS.000\\EXPLORER.EXE ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{992CFFA0-F557-101A-88EC-00DD010 CCC48}",2) > > but addin something like "Myconnection" at the end of the string doesn't work. > > > All I am trying to do is to make a small batch file to get online and start my browser. > > > >
3. Re: Still trying to start Dial-up Networking
- Posted by Euler German <efgerman at myrealbox.com> Jan 06, 2002
- 446 views
Hi, Just guessing if it could be done by executing (Win9x/Me): rundll32.exe rnaui.dll,RnaDial ConnectionName or (WinNT4/2k/XP) rasphone.exe -t ConnectionName Kind Regards, -- Euler German On 5 Jan 2002, at 20:43, fretinator at smallvue.com wrote: > > Just curious, doesn't DUN start automatically when your browser opens. If > not, you can download an upgrade to DUN that will. Perhaps I misunderstand. > ----- Original Message ----- > From: "Evan Marshall" <evan at net-link.net> > To: "EUforum" <EUforum at topica.com> > Sent: Saturday, January 05, 2002 7:49 PM > Subject: Still trying to start Dial-up Networking > > > > This will open Dial-up Networking, but I can't figure out how to initiate > the connection. > > > > > > system("C:\\WINDOWS.000\\EXPLORER.EXE > ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\::{992CFFA0-F557-101A-88EC-00DD010 > CCC48}",2) > > > > but addin something like "Myconnection" at the end of the string doesn't > work. > > > > > > All I am trying to do is to make a small batch file to get online and > start my browser.
4. Re: Still trying to start Dial-up Networking
- Posted by Kat <gertie at PELL.NET> Jan 06, 2002
- 441 views
Anyone try Dunce,, or look to see how it starts up DUN ? It's at http://www.vecdev.com/duncegold.html Kat