home *** CD-ROM | disk | FTP | other *** search
/ Shadow Warrior / SWARRIOR.bin / swinst / TEN / DATA.Z / tenscrpt.txt < prev    next >
Text File  |  1997-06-30  |  153b  |  12 lines

  1. proc main
  2.     delay 2
  3.     waitfor "user:"
  4.     transmit $USERID
  5.     transmit "^M"
  6.     waitfor "assword:"
  7.     transmit $PASSWORD
  8.     transmit "^M"
  9.     delay 5
  10. endproc
  11.  
  12.