| View previous topic :: View next topic |
| Author |
Message |
shockashark EVDO Newbie
Joined: 09 Mar 2006 Posts: 3
|
Posted: Thu Mar 09, 2006 9:23 am Post subject: Sprint Merlin S620 CDMA EV-DO Modem Card Cmd Line ?'s |
|
|
I have a s620 card that I am trying to get to automatically logon via a batch script but do not know the commands or inputs. The current issue is that I have to get the modem card to logon and establish a connection and then I have to get a cisco vpn client to logon and also establish a connection with out user intervention. I am currently writing the script to work under a window 2000 platform. Everything works currently but melding it to do it without user intervention is my delima...
Just some FYI The reason for this setup is that first my boss told me to do it this way (would have rather used linux) and second the design is for use in the field as a cash register. So basically the user picks up there laptop that is locked down to do nothing more that allow them to logon with there password and start selling tickets. |
|
| Back to top |
|
 |
overdog EVDO Newbie
Joined: 18 Mar 2006 Posts: 2
|
Posted: Sat Mar 18, 2006 10:21 pm Post subject: I would be interested to know if you have this working |
|
|
Hello I would like to know if you have your CMD line working and if so would you considering sharing your information on it with me ?
thanks!! |
|
| Back to top |
|
 |
shockashark EVDO Newbie
Joined: 09 Mar 2006 Posts: 3
|
Posted: Wed Mar 22, 2006 1:25 pm Post subject: No Cmd's yet |
|
|
The oscm3.exe must have not been developed with any line cmd keys
I thought maybe a -s -r or /r /s tried the infamous /? or -? looked inside the differnet file types to see if there was a switch that I could change
Going to write a script in c or visual to just go at the application and also go at the cisco vpn application. Its alot to test but should have a good payoff in the end being we are going to use so many of these cards in the field... |
|
| Back to top |
|
 |
overdog EVDO Newbie
Joined: 18 Mar 2006 Posts: 2
|
Posted: Tue Mar 28, 2006 10:14 pm Post subject: Have you any success |
|
|
I would really like to know if you have this working I am very interested I have the same issue's I need to perform the same steps and if you have it working would be most helpful to know how you did it !!!
Thanks much |
|
| Back to top |
|
 |
Deus402 EVDO Newbie
Joined: 13 Apr 2006 Posts: 1
|
Posted: Thu Apr 13, 2006 5:58 am Post subject: how to connect a sprint card from the command line |
|
|
The answer to this is too easy. it is unnecessary to use the connection manager to connect with the sprint card, you may have noticed that a dial up networking connection for the card was added in network connections.
xp/2000 has a command line program that will allow you to connect to it, it is called rasdial.exe in windows\system32
if you have not renamed your connection, all you have to add to your script is:
| Code: | | rasdial "sprint pcs vision - novatel wireless" |
and to disconnect:
| Code: | | rasdial "sprint pcs vision - novatel wireless" /disconnect |
good luck guys. |
|
| Back to top |
|
 |
|