Hi,
I tried to compile openmsx-control-socket.cc from Contrib-folder for Windows, but after few hours of banging my head to the wall, I realized that my skills are not in a level to actually compile even a single file, single library program on this kind of complex, modern platform... Oh, well... If I could I probably would fail to modify it to my needs anyway.
Therefore I ask, if there could be any kind soul that could build a tool that would pass the arguments given to an active openMSX session? I don't mind even if it could not return anything back, but I would prefer it to use socket method so that I could start the session from Catapult and use the Debugger at a same time.
The idea is that I could use it ie. inside BAT-file like:
Command_openMSX "diska C:/MSX/project/testdisk/"
Personally I would also like to use it in Windows Explorer so that if I right click some folder or .DSK with mouse, I could ie. have "mount as openMSX diska" in the context menu... I guess you get the point... The idea is that I could send a command to existing openMSX session without each time starting a new one.