+ cd /c/git/bt411/content
+ rm -f mp_a.log mp_b.log
+ sleep 2
+ BT_LOG=mp_b.log
+ BT_AFFINITY=0x2
+ BT_MP_LOG=1
+ BT_MP_NET=1
+ ../build/Debug/btl4.exe -egg MP.EGG -net 1601
+ sleep 4
+ BT_LOG=mp_a.log
+ BT_AFFINITY=0x1
+ BT_GOTO=enemy
+ BT_AUTOFIRE=1
+ BT_MP_LOG=1
+ BT_GOTO_LOG=1
+ ../build/Debug/btl4.exe -egg MP.EGG -net 1501
+ PC=16398
+ python ../tools/btconsole.py MP.EGG 127.0.0.1:1501 127.0.0.1:1601
+ sleep 70
+ kill 16398
+ taskkill //F //IM btl4.exe
SUCCESS: The process "btl4.exe" with PID 4532 has been terminated.
SUCCESS: The process "btl4.exe" with PID 20508 has been terminated.
+ taskkill //F //IM python.exe
SUCCESS: The process "python.exe" with PID 31880 has been terminated.
+ echo '=== DONE ==='
=== DONE ===
