Kolmafia from a command line

arrggg

Member
I used to have it all set before a computer crash....how do you run KOLMafia from a command line and automatticly start a script?
I can't find it anywere...

I know it's:
Code:
java -jar -Duser.dir=~/kolmafia ~/kolmafia/KoLmafia.jar --CLI

but what's the switch to start a script?
 
Direct from a batch file I use daily:

java -jar KoLmafia.jar --CLI script=kandel.txt

However I think it was said somewhere that in newer versions it should be:

java -jar KoLmafia.jar script=chardata\kandel.txt --CLI
 
Top