home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / COMM / RUNWAYSC.ZIP / DATAMAX.SCR next >
Text File  |  1991-10-19  |  2KB  |  77 lines

  1. ; Fast log on script for RunWay BBS and it's Qmodem Callers
  2. ; Replace the two variables listed between the "=" lines below with your info.
  3. ; Also be sure to have your password entered in your Qmodem Dialing Directory.
  4. ; Thanks for Calling RunWay!   -Ray Novino 09\07\91-
  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. STRING              NAME, MODE
  16.  
  17.  
  18. ;============================================================================
  19. ASSIGN          NAME   "BRIAN WILKINSON" ; REPLACE X'S WITH YOUR FIRST AND
  20.                                          ; LAST NAME. MUST BE WITHIN QUOTES.
  21. ASSIGN          MODE    "Y"              ; "Y" FOR COLOR or "N" FOR MONOCHROME
  22. ;============================================================================
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. GOSUB               LOGON
  63. DELAY               2000
  64. EXIT
  65. LOGON:
  66.      WHEN
  67.      WHEN          "  "
  68.      WHEN          "(Enter) to continue?"    "^M"
  69.      WHEN          "change?"                 "^M"
  70.      WHEN          "=yes?"                   "N^M"
  71.      WHEN          "=no?"                    "$MODE Q NS^M"
  72.      WHEN          "first name?"             "$NAME $PASSWORD^M"
  73.      WHEN          "(Dots will echo)?"       "$PASSWORD^M"
  74.      WHEN          "More?"                   "N^M" 
  75.      WAITFOR       "Command?"
  76. EXIT
  77.