home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / audio / samples / pager1_0.lha / dlgconfig / batch / Chat
Encoding:
Text File  |  1992-07-27  |  313 b   |  16 lines

  1. failat 11
  2.  
  3. ; An Optional way of playing a sample when the chat script is invoked.
  4. ; Replace it with whatever you want or just leave it commented.
  5.  
  6. ;    run >NIL: C:PLAY SAMPLES:CHAT.IFF
  7.  
  8. DLG:chat -t
  9. if warn
  10.  
  11. ; Following line must *NOT* be changed... Pager will not work without it!
  12.   echo >T:NoChat ""
  13.  
  14.   Quit
  15. endif
  16.