|
#1
| |||
| |||
| Script to open terminal and launch telnet Since i know nothing about UNIX, i was wondering if somone would like to write a script for me. I want to be able to open a new terminal window and have telnet open. All i want to do is to be open to open the new window and input an ip address. I'm checking to see that all routers on network have pswd. I'm simply just running down a list of IP's Anyone interested? Peace. Ver |
|
#2
| |||
| |||
| If you're willing to type 7 extra characters in addition to the IP address, try the following: (1) Launch the terminal application (it's in /Applications/Utilities/) (2) Type 'telnet 123.456.78.90' (without the quotes; substitute the actual IP address for 123.456.78.90). |
|
#3
| |||
| |||
| Thanx for the help...but that is what i have been doing. Peace. Ver |
|
#4
| ||||
| ||||
| Telnet Applescript Open the Script editor. and cut and paste this code. Code: set myIP to text returned of (display dialog "Input IP Address"
buttons {"Ok", "Cancel"} default answer "" default button {"Ok"})
tell application "Terminal"
activate
do script "telnet " & myIP
end tell ![]()
__________________ .: Quicksilver G4 1.33GHz: OSX 10.4.1: Radeon9800Pro: 1.5GB: 80GB .: Al 15" 1.25GHz: 10.4.1: Radeon9600Mobility: 512MB: 80GB: Superdrive: AE: Bluetooth .: www.excalibur-design.com :. .: End of line... Last edited by Excalibur; September 17th, 2002 at 08:51 PM. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [HOWTO] - Launch and run VNC server remotely | simon1663 | HOWTO & FAQs | 12 | April 8th, 2005 09:05 AM |
| help with terminal launch script | kon21 | Mac OS X System & Mac Software | 0 | November 6th, 2003 01:59 AM |
| Can terminal be a part of desktop? | qwikstreet | Unix & X11 | 6 | May 12th, 2003 01:33 PM |
| Terminal slow to launch (Continued from Classic forum) | Wilsonium | Mac OS X System & Mac Software | 19 | May 26th, 2002 12:20 PM |