Quite hypothetical at this period since I know so little about scripting but I will ask 
How possible would it be for a simple batch file to launch mafia. Just login to chat and log it?
I can handle the windows auto run features myself along with a bit of the mafia features. Say:
I believe I could put a call script between login and exit but I'm quite lost on how I should go about it. Mafia logs chat on its own, I believe? So would I need an .ash script? Could I just use a simple .txt file?
login accountname
call chat.txt
ext
chat.txt = chat
?
I'm fairly efficient at figuring out things for myself. So if someone could just point me in the right direction it would be much appreciated!
Thanks

How possible would it be for a simple batch file to launch mafia. Just login to chat and log it?
I can handle the windows auto run features myself along with a bit of the mafia features. Say:
Code:
Chatlog.bat
java -jar KoLmafia-11.3.jar --CLI < login.txt
Code:
login.txt:
login accountname
exit
I believe I could put a call script between login and exit but I'm quite lost on how I should go about it. Mafia logs chat on its own, I believe? So would I need an .ash script? Could I just use a simple .txt file?
login accountname
call chat.txt
ext
chat.txt = chat
?
I'm fairly efficient at figuring out things for myself. So if someone could just point me in the right direction it would be much appreciated!
Thanks