home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 001g / forbin.scr < prev    next >
Text File  |  1989-03-01  |  851b  |  41 lines

  1. ;
  2. ;  QuickLearn Script generated at 12:16:09 on 02-20-89
  3. ;  May require editing before use.
  4. ;
  5. TurnON   8_BIT
  6. TurnOFF  LINEFEED
  7. TurnON   XON/XOFF
  8. TurnOFF  NOISE
  9. TurnOFF  MUSIC
  10. TurnON   SCROLL
  11. TurnOFF  PRINT
  12. TurnOFF  ECHO
  13. TurnOFF  SPLIT
  14. TurnOFF  BS_DEL
  15. ;
  16. TimeOut  30     ; Set Waitfor timeout to 30 seconds
  17. Waitfor  "want ANSI Graphics (Enter)=no?"
  18. Delay    100
  19. Send     "n^M"
  20.  
  21. Waitfor  "What is your first name?"
  22. Delay    100
  23. Send     "Firstname Lastname^M"        ; Be sure to change this line!
  24.  
  25. Waitfor  "Password (Dots will echo)?"
  26. Delay    100
  27. Send     "Password^M"                  ; And this line too!
  28.  
  29. Waitfor  "Since 'Last Read' (Enter)=yes?"
  30. Delay    100
  31. Send     "^M"
  32.  
  33. Waitfor  "Press (Enter) to continue?"
  34. Delay    100
  35. Send     "^M"
  36.  
  37. Waitfor  "Command?"
  38. Delay    100
  39.  
  40. Exit            ; End of Script
  41.