About "*.bat" file for 32/64bit
Posted: Thu May 11, 2017 3:29 pm
I guess there is a minimal problem 'bout bat file. How to write bat for AION...
if you have installed the aion in Program Files;
as you see without "@echo off"
if you have installed it in C:\ or except Program Files;
if you have installed the aion in Program Files;
Code: Select all
start AION.bin -ip:79.110.83.80 -noweb -noauthgg -st -charnamemenu -ingamebrowser -webshopevent:6 -f2p -lbox -litelauncher -32 -oncmsg -nosatab -hidepromo /SessKey:"" /CompanyID:"11" /ChannelGroupIndex:"-1" -lang:ENG -litestep:9 -account: -password:
if you have installed it in C:\ or except Program Files;
Code: Select all
@echo off
start AION.bin -ip:79.110.83.80 -noweb -noauthgg -st -charnamemenu -ingamebrowser -webshopevent:6 -f2p -lbox -litelauncher -32 -oncmsg -nosatab -hidepromo /SessKey:"" /CompanyID:"11" /ChannelGroupIndex:"-1" -lang:ENG -litestep:9 -account: -password: