home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FREECHAT.ZIP / SYSCHAT.BAT < prev   
Encoding:
DOS Batch File  |  1995-08-08  |  435 b   |  19 lines

  1. @echo off
  2. REM goto RACONFIG > Manager > ALTFn Keys >
  3. REM insert *C /C C:\RA\CHAT\SYSCHAT *! *M *D *N
  4. REM assuming paths and dorinfo1.def being used in this sample...
  5. c:
  6. cd\ra\chat
  7. goto got%1
  8. :got1
  9. c:\ra\chat\freechat /AUTO /D=C:\RA\DORINFO1.DEF /N=1
  10. goto quit
  11. :got2
  12. c:\ra\chat\freechat /AUTO /D=C:\RA\NODE2\DORINFO1.DEF /N=2
  13. goto quit
  14. :got3
  15. c:\ra\chat\freechat /AUTO /D=C:\RA\NODE3\DORINFO1.DEF /N=3
  16. goto quit
  17.  
  18. :quit
  19.