D
Dakkar
I have a txt file like this
ClientFirstLaunch=no
NextLoginKey=255
LastServerID=1
PlayerName=Dakkar
DefaultChar=0
LastTip=3
ShowTips=no
Password=
SavePassword=on
AcctID=dakkar
and i want when my program executed it will change the savepassword
line to off
how can i do that?
Thanks
ClientFirstLaunch=no
NextLoginKey=255
LastServerID=1
PlayerName=Dakkar
DefaultChar=0
LastTip=3
ShowTips=no
Password=
SavePassword=on
AcctID=dakkar
and i want when my program executed it will change the savepassword
line to off
how can i do that?
Thanks