|
Daffyd Beginner
Joined: 19 Aug 2005 Posts: 28
|
Posted: Tue Mar 31, 2009 6:37 pm
Would asking for a modem dialer be unreasonable? |
Subject says pretty much everything.
I've just started a new job with a ton of telnetting required. Unfortunately some of it has to be done through modem (dialup).
I am planning on building packages for the sites we connect to and scripting the commands we run, complete with popup windows to show to my boss. No guarantees but I'm going to try to see if they might buy TeSSH.
I will be using CMUD for the initial package creation since I'm not installing beta software on a company PC without my bosses permission, but I hope to get that permission after I show him what can be done with it. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Mar 31, 2009 7:54 pm |
Sorry, but I have no plans to add modem dialing. Your normal networking software in Windows should be handling the dialup stuff for you. Once your network is connected via Windows, then you can use TeSSH. So you shouldn't really need TeSSH itself to support the modem dialing.
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Mar 31, 2009 7:58 pm |
You can load sessions from the command line, though - just drag a session icon onto the desktop and you'll be able to see the command for it. So you could conceivably write a batch command to connect you, run CMUD, and then have CMUD execute everything via the OnConnect event.
|
|
|
|
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Tue Mar 31, 2009 8:46 pm |
#launch could also be used,
Code: |
#event onload {
#launch dun connection
#wait xxxx {#connect}
}
#event onconnect {
script stuffs
} |
|
|
|
|
Daffyd Beginner
Joined: 19 Aug 2005 Posts: 28
|
Posted: Tue Mar 31, 2009 9:21 pm |
Excellent! Thanks for the quick responses!
|
|
|
|
|
|