About Telnet and Apple Script?
Hi Adilakhkaq:
About Telnet and Apple Script?
Telnet is a program available in Windows that allows you to access a remote computer. The remote computer should be accessible to the internet or should be connected within your network if you are in a Local Area Network [LAN].
You cannot use telnet on the remote machine if it is not connected to any network or within your Local Area Network. To use telnet on the remote computer, you need its IP address or web address if it is a website.
Here’s the easiest way of having a telnet session:
- Click Start then Run.
- Type “telnet myserver.com” [URL or web address] without double quotes or “telnet [IP address]” [replace [IP address] with the remote computer’s actual IP address] then hit Enter.
- Enter credentials like username and password when prompted.
- Type “telnet ?/help” without double quotes for the complete list of commands.
- Type “close” without double quotes to exit telnet session.
AppleScript is an English-like programming language used in Macintosh computers to handle programs. It is referred to as the human-readable language which can be read and written by ordinary people.
You don’t need to be a programmer, a nerd, or a geek to build simple AppleScript scripts.