home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FREECHAT.ZIP / CHAT.BAT next >
Encoding:
DOS Batch File  |  1995-08-08  |  542 b   |  21 lines

  1. @echo off
  2. REM assign a menu hotkey to run this batch file
  3. REM in Opt Parameters put: *C /C C:\RA\CHAT\CHAT *M *D *N
  4. REM assuming paths and Dorinfo1.def being used...
  5. REM change PAGE.SND to sound file of your choice
  6. REM could be different for each node!
  7. c:
  8. cd\ra\chat
  9. goto got%1
  10. :got1
  11. c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\DORINFO1.DEF /N=1
  12. goto quit
  13. :got2
  14. c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\NODE2\DORINFO1.DEF /N=2
  15. goto quit
  16. :got3
  17. c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\NODE3\DORINFO1.DEF /N=3
  18. goto quit
  19.  
  20. :quit
  21.