Hi,
I remember a method Tillman showed us a while back on how to more easily login to the game with a simple CMD script, but it doesn't seem to work anymore. This is how it used to work:
Your CMD file's target info:
C:\Windows\System32\cmd.exe /c rubyw.exe "C:\Users\Me\Desktop\lich\lich.rbw" --login MyChar
Your notepad script info:
start "" /b "C:\Users\Me\Desktop\lich\MyChar.lnk"
Upon starting the notepad script I now get:
'rubyw.exe' is not recognized as an internal or external command,
operable program or batch file.
Does anyone know how this works now? Thanks.