home *** CD-ROM | disk | FTP | other *** search
/ OK PC 9: CD / Okpcg9.iso / Demos / SWARRIOR / DATA1.CAB / Ten_Files / Data.z / tenscrpt.txt < prev    next >
Encoding:
Text File  |  1997-05-01  |  153 b   |  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.