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

  1.  
  2. --      SOUNDADV.XTS Created by ANDREW CLEM - 12-03-90
  3.  
  4.         ScriptDesc = "Qmail Down"
  5.         
  6.         if online then jump start
  7.  
  8.     label START
  9.         while online
  10.                 watch for
  11.                         "graphics (Enter)=no?" : Reply "N Q S"
  12.                         " is your first name?" : Reply UserID
  13.                         "ect? (^[[1C)^[[2DY^[[1D" : Reply
  14.                         " echo)? (^[[12C)^[[13D" : Reply Password
  15.                         "left), (H)elp, More?" : Reply "N"
  16.                         "t Read' (Enter)=yes?" : Reply "Y"
  17.                         "ft) Main Board Command?" : Reply "Open 1" 
  18.                         "Qmail Command?" : Reply "D" : jump end
  19.                 endwatch
  20.         wend
  21.  
  22.     label END
  23.         wait for "hese messages (Y/N)?"
  24.         Reply "y"
  25.         
  26.     wait for "Prepare to download"
  27.         Receive
  28.  
  29.         wait for "Qmail Command?"
  30.         Reply "G"
  31.         alarm 2
  32.         
  33.     wait for "NO CARRIER"
  34.     bye
  35.