Iala
Erizonstart C:\whatever.exe /affinity 1
Works for Ryzom only if you also set a username and password for the client, else it uses those arguments as username and password (and of course fails to log in). So "C:\Program Files (x86)\Ryzom\client_ryzom_rd.exe" username password /multi /affinity 2
That's because the /affinity switch is in the wrong place. It is an option to the start command and not to client_ryzom_rd.exe, and as such should go right after the 'start':
start /affinity 2 "c:\Program Files (x86)\Ryzom\client_ryzom.rd.exe" /multi
---
Sywindt | Game Master | EN, NL, de, fr