home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMMUNIC / CA24_1.ZIP / SCRIPTS.ZIP / CONALARM.CMD < prev    next >
Encoding:
Text File  |  1988-09-13  |  263 b   |  11 lines

  1. SET ALARM ON
  2. SET ATIME 30
  3. Legend "Conference alarm armed..."
  4. Loop:
  5. rget s9 80 30    ; Get 80 chars - wait up to 5 mins for them
  6. if failure
  7.    goto "loop"  ; Try again
  8.    endif
  9. ;trans "Scott isn't here - he'll be here in a moment^M"
  10. alarm        ; Ring the bell
  11.