home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / cat25 / scripts / rufus / tausch1.ruf < prev    next >
Text File  |  1991-05-28  |  1KB  |  60 lines

  1. ; Beispiel für automatisch MausTausch über RUFUS-Batch
  2. ;
  3. ; Dieser Batch wählt die Maus an, macht einen MausTausch und geht wieder raus
  4. ; An ein paar Stellen müssen noch Pfade, Name und Passwort
  5. ; nachgetragen werden. Der Upload-Pfad in Rufus muß richtig sein.
  6. ;
  7. 1:
  8. dial $1 **************************** Hier ihre Mausnummer
  9. if eq $1 -2 10                    ;Benutzerabbruch
  10. ;
  11. if eq $1 0 2                      ;CONNECT >>weiter ab 2:
  12. wait 10                           ;besetzt, 10 sek warten
  13. goto 1                            ;und nochmal wählen
  14. ;
  15. ;--- Label 10 ------
  16. ;
  17. 10:
  18. end
  19. ;Benutzerabbruch, Batch beenden
  20. ;
  21. ;
  22. ;--- Label 2 ------
  23. ;
  24. 2:
  25. ; ---- endlich drin -------
  26. timeout 15
  27. rwait $0 "&eingetragener benutzer"
  28. if ne $0 0 99
  29. wait 1
  30. send "MausTausch"-
  31. send "********************************** Hier Ihren Namen eintragen"
  32. send "********************************** und hier ihr Passwort"
  33. timeout 5
  34. send "z"-
  35. timeout 20
  36. rwait $0 "&protokoll startet"
  37. if ne $0 0 99
  38. wait 2
  39. ;
  40. ;---- Infile senden
  41. ;
  42. upload $0 "INFILE.LZH"
  43. if ne $0 0 99
  44. ;
  45. ;---- Outfile empfangen
  46. ;
  47. timeout 240
  48. rwait $0 "&protokoll startet"
  49. if ne $0 0 99
  50. download $1 "************************* Hier den Import-Pfad eintragen"
  51. if ne $0 0 99
  52. timeout 5
  53. rwait "&no carr"
  54. QUIT
  55. ;
  56. ;--- Label 99 ------
  57. ;
  58. 99:
  59. end
  60.