Einzelnen Beitrag anzeigen
  #3840  
Alt 11.04.2020, 08:35
Tibono Tibono ist offline
Resurrection
 
Registriert seit: 22.05.2018
Ort: Frankreich
Alter: 63
Land:
Beiträge: 599
Abgegebene Danke: 3.657
Erhielt 1.406 Danke für 477 Beiträge
Aktivitäten Langlebigkeit
6/20 7/20
Heute Beiträge
1/3 ssssss599
AW: Mess Emulator für diverse Schachcomputer ist fertig!

Hello,
in addition (too lazy to continue writing German... Deutsch ist schwer für mich) :
- using the same trick in any other GUI should be doable (Hiarcs: check .bat files; Shredder: check .eng files)

Once Mess window is launched, you can check the result (difference in boot sequence, click Media menu button to check - or, File menu, show tab menu, Image Information.

- not using such a GUI? want to start either version without going thru any specifics? you can create in your usual chess programs folder direct links to .bat files containing:
basic Sensor Chess:
Code:
@echo off
cd [your_path_to]MessExtra
start MessExtra schess -cartridge ""
Sensor Chess CSSS:
Code:
@echo off
cd [your_path_to]MessExtra
start MessExtra schess -cartridge csss
Of course, adapt [your_path_to] to where your CB-Emu folder is located, or locate both .bat files within it.

Cheers,
Eric
Mit Zitat antworten
Folgender Benutzer sagt Danke zu Tibono für den nützlichen Beitrag:
Robert (12.04.2020)