home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / bscripts.lha / logout_new.script < prev    next >
Text File  |  1992-12-16  |  535b  |  22 lines

  1.      converse "Command" "F GET\n"
  2.      timeout 0
  3.      wait "Command"
  4.      cli "delete > NIL: \"%GRABPATH.newfiles\""
  5.      capture "%GRABPATH.newfiles"
  6.      timeout 1800 gosub TryAgain
  7.      send "F N\n"
  8.      converse "Date to scan" "\n"
  9.      wait "Command"
  10.      capture off
  11.      send "^x"
  12.      converse "Command" "U A\n\n"
  13.      converse "postal code" "^x\w23100 Mynämäki\n\n\n" ; Change that!
  14.      converse "Command" "X Junior\n"
  15.      converse "Command" "U L 24\n"
  16.      timeout 60 gosub TryAgain
  17.  
  18. LogOut:
  19.      Send "G Y\n"
  20.      dwhens
  21.  
  22.