home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / misc_xts.zip / AVONDALE.XTS < prev    next >
Text File  |  1990-12-19  |  503b  |  20 lines

  1.  
  2. --      AVONDALE.XTS Created by ANDREW CLEM - 12-06-90
  3.  
  4.         ScriptDesc = "Northland Computer BBS"
  5.         Alarm 9
  6.         while online
  7.                 watch for
  8.                 " is your First Name?" : Reply UserID
  9.                 "assword (dots echo)?" : Reply Password
  10.                 " Any Key to continue" : Reply
  11.                 "More <[Y],N,C,A,J>?" : Reply "n" : end
  12.                 "Your command?" : end
  13.  
  14.                 endwatch
  15.         wend   
  16.     Alarm 9
  17.         end
  18.  
  19.         
  20.