stason.org logo lotus


previous page: 47  I'm goin' nuts! Why won't my login script run? (ZTerm)page up: ZTerm FAQnext page: 49  Tip: sending a sig with a script and macro. (ZTerm)

48 Login script example (ZTerm)

 Books
 TULARC
















Description

This article is from the ZTerm FAQ, by Les Jones lesjones@usit.net with numerous contributions by others.

48 Login script example (ZTerm)

This is the login script I used to use for my university's
timesharing network:

wait prompt "Local>"
send "c vax^M"
wait prompt "Username:"
send $account "^M"
wait prompt "Password:"
send $password "^M"

Note that $account and $password are NOT inside quotation marks.
For this script to work, the values for $account and $password must
be entered into the Connection dialog.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

os, mac, apple, Macintosh, ZTerm, transfer, ZModem, key







TOP
previous page: 47  I'm goin' nuts! Why won't my login script run? (ZTerm)page up: ZTerm FAQnext page: 49  Tip: sending a sig with a script and macro. (ZTerm)