Subject: Re: NEED Windows RAS / DUN extension for Tcl ASAP!! - DN [1]


David Gravereaux <davygrvy@bigfoot.com> - 19 Apr 2000 - comp.lang.tcl

 whisper@accessone.com (Dave LeBlanc) wrote:

 >If you have one or know where I can find a Remote Access Services
 >(RAS) or Dialup Networking (DUN) extension for Tcl 8.2 or higher,
 >please let me know ASAP
 >
 >Copies to my email would be vastly appreciated.
 >
 >David LeBlanc

 Hi David,

 % exec rasdial.exe ...

 it's a commandline tool, at least here on WinNT.  It doesn't iterate
 phonebooks, though, which is a shame.  There's also rasphone.exe which =
 pops up
 a dialog for what entry to dial.  It isn't blocking (it exits before it's
 done).  It probably won't be so user-friendly to exec from Tcl.

 C:\>rasdial /?
 USAGE:
         rasdial entryname [username [password|*]] [/DOMAIN:domain]
                 [/PHONE:phonenumber] [/CALLBACK:callbacknumber]
                 [/PHONEBOOK:phonebookfile] [/PREFIXSUFFIX]

         rasdial [entryname] /DISCONNECT

         rasdial

 Command completed successfully.

 C:\>rasdial
 Connected to
 MauiGateway.com
 Command completed successfully.

 C:\>
 --
 * David Gravereaux *
 Tomahawk Software Group

 If knowledge is power, how come the more I learn, the more I realize how =
 much I don't know?
 That isn't very empowering.

Last modified
2000-07-20

(195.108.246.52)

Note: you are looking at
the snapshot of an old wiki
- much of this information
is likely to be very outdated