home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / bscripts.lha / unarc.script < prev    next >
Text File  |  1992-12-14  |  539b  |  24 lines

  1.      wait "\r\nNO CARRIER\r\n"
  2.      cli "execute >NIL: \"%GRABPATH.exe\""
  3.      message "\n ..> End of ScRiPt <..\n"
  4.      request on
  5.      end
  6.  
  7. ShutUp:
  8.      beep
  9.      send "\n  !!..> You are ChAtTiNg with of ScRiPt file <..!!\n"
  10.      send "          SaY something.. I'm maybe OnLiNe\n\n\n"
  11.      timeout 0
  12.      wait "SYSOP is going offline"
  13.      timeout 60 gosub TryAgain
  14.      return
  15.  
  16. TryAgain:
  17.      send "^x"
  18.      timeout 60 goto Quit
  19.      return
  20.  
  21. Quit:   message "\n !!..> The board has hung...Call the SysOp(s) <..!!\n"
  22.      beep
  23.      end
  24.