home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM assign a menu hotkey to run this batch file
- REM in Opt Parameters put: *C /C C:\RA\CHAT\CHAT *M *D *N
- REM assuming paths and Dorinfo1.def being used...
- REM change PAGE.SND to sound file of your choice
- REM could be different for each node!
- c:
- cd\ra\chat
- goto got%1
- :got1
- c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\DORINFO1.DEF /N=1
- goto quit
- :got2
- c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\NODE2\DORINFO1.DEF /N=2
- goto quit
- :got3
- c:\ra\chat\freechat /S=PAGE.SND /D=C:\RA\NODE3\DORINFO1.DEF /N=3
- goto quit
-
- :quit
-