Project ID:
471716
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
I need a vbscript (or another language if the complete process can be invoked from command line) created for Rasdial. Rasdial is a function within Windows that dials to another modem and connects via analog dialup.
I need to be able to do the following...
I need to have the VBScript reference a .txt file (or it can be within the VBScript) that will contain a list of phone numbers - Example:
17074257728
13168372921
16208816272
16197725363
Then I need to invoke the VBScript from command line. When the VBScript is called I need the VBScript to "disconnect" from the existing dialup connection, grab a random phone number from the list above, dialup to the phone number and authenticate using username/password.
So for example... This will be the complete process.
1)
I will invoke the VBScript from command line - c:\redialdial.vbs
2)
If the dialup connection is already connected, VBScript will disconnect (hang up), grab a random phone number from the list, dial that phone number, and authenticate via username/password.
Note: Error handling should be included in the VBScript. For example:
If the remote modem doesn't answer the call in X amount of seconds and/or the handshake doesn't work and the connection cannot be established in X amount of seconds, VBScript will try the next random phone number in the list, dialup to that number, and authenticate.
--
This should be a fairly simple script for someone that knows VBScript. I am open to other languages but the whole process has to be invoked from a command line. If you plan to write it in another language please message me and tell me which language.
Thanks!
--
Budget $30-$40
Skills required:
.NET,
C Programming,
Java