added the Action-menu items that allow the user to adjudicate ongoing games in Two...
[xboard.git] / installer / WinBoard-4.2.7 / bughouse.bat
1 @echo off
2 REM  Usage: bughouse -icshost chessclub.com -icshelper timestamp
3 REM  or:    bughouse -icshost freechess.org -icshelper timeseal
4 REM
5 REM  This batch file starts up two copies of WinBoard for use in playing
6 REM  bughouse.  Each one has its own settings file and ICS logon file.
7 REM  Arrange the windows on the screen to your taste, then do Save
8 REM  Settings Now in both windows.  You can create the logon files
9 REM  bh1ics.ini and bh2ics.ini if you like; have one of them log in
10 REM  as you and the other as a guest.
11 REM
12 winboard -ics -x 0 -y 0 -icsX 30 -icsY 30 -settingsFile bh1stg.ini -icslogon bh1ics.ini %1 %2 %3 %4 %5 %6 %7 %8 %9
13 winboard -ics -x 120 -y 120 -icsX 150 -icsY 150 -settingsFile bh2stg.ini -icslogon bh2ics.ini %1 %2 %3 %4 %5 %6 %7 %8 %9
14