Jump to content

Input box to ini


DirtyBanditos
 Share

Recommended Posts

Hi all :idiot:

I have test for adding this code but hi write not the text from the input box to the ini files wat wat i made wrong in this exampel=?Thx for help any. :D

$Cdkey = InputBox("DirtyBanditos", "Please enter your Cdkey Message.", "DirtyBanditos test1", "")
 IniWrite( @ScriptDir & "\DirtyBanditos test.ini", "config", "Cdkey", 1 )
Link to comment
Share on other sites

Try

$Cdkey = InputBox("DirtyBanditos", "Please enter your Cdkey Message.", "DirtyBanditos test1", "")
IniWrite( @ScriptDir & "\DirtyBanditos test.ini", "config", $Cdkey, 1 )

<{POST_SNAPBACK}>

hi Hm no hi write $Cdkey in the ini but not the Test from the input box=?wy :idiot:

the written ini file,but i mis the test from the box wat is my prob=?

[config]

$spam=1

Edited by DirtyBanditos
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...