home *** CD-ROM | disk | FTP | other *** search
/ Boink! 1995 May/June / Image.bin / df_ / mailbox / point / xp300_1.exe / SCRIPTS.EXE / QUARK.SCR < prev    next >
Text File  |  1993-10-29  |  765b  |  20 lines

  1. # QUARK.SCR: kombiniertes MausTausch- und Online-Script für QUARK-Boxen
  2.  
  3.          on relogin goto relog
  4.          waitfor    "druecken"
  5.          delay 0.5  show
  6. relog:   on online  send "."
  7.          on netcall send "TAUSCH"
  8. start:   read                                  # Zeichen holen
  9.          on "< MEHR >" send " "                # <Space> zum Fortsetzen..
  10.          on "Username"     send $USER cr
  11.          on "Passwort"     send $PASSWORD cr
  12.          on "(J/N/"        send "N"
  13.          on "Befehl :"     goto ende
  14.          on "uploaden"     end
  15.          goto start
  16. ende:    on online  end                        # Online-Anruf -> fertig
  17.          send       "TA" cr
  18.          waitfor    "uploaden"                 # warten auf Protokollstart
  19.  
  20.