Hello,
I need help to set up the possibility to command openMSX remotely from a Dos/Batch script.
It is written in the documentation that we must use a "named pipe". I am not familiar with this concept under DOS. Can anyone give me a concrete example of how to do this?
(openMSX.exe -control pipe)
From the Shell under MacOs I succeeded by doing this, but I can't manage to do the same thing under dos.
Shell example that I want to port to DOS
lli="${OPENMSX_APP_PATH}${OPENMSX_APP} -control stdio -machine ${MSX_MACHINE} -script ${MSX_MACHINE_SCRIPT_PATH}${openMSX_Script} ${CARTRIDGE_SLOT_A}" ( echo "" echo "filepool add -path /WorkingFolder/openMSX/share/systemroms -types system_rom" echo "set power on" echo "set renderer SDL" echo "" ) | ${lli}
ログイン/登録して投稿