Quote:
Originally Posted by .nAno
PHP Code:
$yourBotsName = "BOT.exe" ShellExecute ( $yourBotsName, "", @ScriptDir & "\" )
works 
|
ok its work : >
ty ^.^
and i have one question about button
How i can set this:
Code:
$sIni = @ScriptDir & "\config.ini"
$sData = "Key1=" & (GUICtrlRead($input1)) & @LF & "Key2=" & (GUICtrlRead($input2)) & @LF & "Key3=" & (GUICtrlRead($input3))
IniWriteSection($sIni, "Config", $sData)
$aData1 = IniReadSection($sIni, "Config")
to button? When i press button, its made .ini
PS. In hotkey its work, but button dont work ; <
and why when i write "5" in input1 and i save it, in .ini its write "1" ?