home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d4 / Telnet2.6.1d4.src.sit.hqx / Telnet 2.6.1d4 source / Example Script next >
Encoding:
Text File  |  1994-12-21  |  573 b   |  19 lines

  1. tell application "mw/ppcÑ--Telnet.rsrc"
  2.     geturl "telnet://void.ncsa.uiuc.edu"
  3. end tell
  4. tell application "mw/ppcÑ--Telnet.rsrc"
  5.     geturl "telnet://void.ncsa.uiuc.edu:25"
  6. end tell
  7. tell application "mw/ppcÑ--Telnet.rsrc"
  8.     geturl "telnet://jbrowne@void.ncsa.uiuc.edu"
  9. end tell
  10. tell application "mw/ppcÑ--Telnet.rsrc"
  11.     geturl "telnet://jbrowne:blah@void.ncsa.uiuc.edu"
  12. end tell
  13. tell application "mw/ppcÑ--Telnet.rsrc"
  14.     geturl "telnet://jbrowne@void.ncsa.uiuc.edu:25"
  15. end tell
  16. tell application "mw/ppcÑ--Telnet.rsrc"
  17.     geturl "telnet://jbrowne:blah@void.ncsa.uiuc.edu:25"
  18. end tell
  19.