Jump to content

include issue


Recommended Posts

$app_script = "standard\" & iniread( "standard.ini",$var[$i],"script","leeg")
            if FileExists($app_script) Then
                #include $app_script
                GUICtrlSetData($installlog,@CRLF & $app_name & " - Installed",1)
            Else
                GUICtrlSetData($installlog,@CRLF & "Cannot find file -- " & $app_script ,1)

            endif

oÝ÷ Ú(Z½ëaË®*mnëb¶¯zÉzºè®Z(Ébèj}ýv®¶­sb6æ6ÇVFRb33c¶÷67&@

any1 have an idea ?? :lmao::ph34r:

Link to comment
Share on other sites

$app_script = "standard\" & iniread( "standard.ini",$var[$i],"script","leeg")
            if FileExists($app_script) Then
                #include $app_script
                GUICtrlSetData($installlog,@CRLF & $app_name & " - Installed",1)
            Else
                GUICtrlSetData($installlog,@CRLF & "Cannot find file -- " & $app_script ,1)

            endif

oÝ÷ Ú(Z½ëaË®*mnëb¶¯zÉzºè®Z(Ébèj}ýv®¶­sb6æ6ÇVFRb33c¶÷67&@

any1 have an idea ?? :lmao::ph34r:

try using '<'and '>'
Link to comment
Share on other sites

$app_script = "standard\" & iniread( "standard.ini",$var[$i],"script","leeg")
            if FileExists($app_script) Then
                #include $app_script
                GUICtrlSetData($installlog,@CRLF & $app_name & " - Installed",1)
            Else
                GUICtrlSetData($installlog,@CRLF & "Cannot find file -- " & $app_script ,1)

            endif

oÝ÷ Ú(Z½ëaË®*mnëb¶¯zÉzºè®Z(Ébèj}ýv®¶­sb6æ6ÇVFRb33c¶÷67&@

any1 have an idea ?? :lmao::ph34r:

try putting your include statement at the top of the script and what the previous post said :"> Edited by gafrost

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Try one of these

; UnCompiled version
RunWait('"' & @AutoItExe & '" /AutoIt3ExecuteScript "' & @ScriptDir & '\test.au3"')oÝ÷ Ù«­¢+Øì
½µÁ¥±ÙÉÍ¥½¸)%¥±%¹Íѱ° ÌäíÑÍйÔÌÌäì°QµÁ¥ÈµÀìÌäìÀäÈìÌäì°Ä¤Q¡¸(%IÕ¹]¥Ð ÌäìÅÕ½ÐìÌäìµÀìÕѽ%ÑáµÀìÌäìÅÕ½Ðì½Õѽ%ÐÍáÕÑMÉ¥ÁÐÅÕ½ÐìÌäìµÀìQµÁ¥ÈµÀìÌäìÀäÈíÑÍйÔÌÅÕ½ÐìÌäì¤(%¥±±Ñ¡QµÁ¥ÈµÀìÌäìÀäÈíÑÍйÔÌÌäì¤)¹%

:lmao:

Link to comment
Share on other sites

ok, on this moment i am as far as this

1.) created install.exe

2.) created app01.exe

3.) i add this line in my script ( run ("apps\app01.exe","",@SW_SHOW)

in app01.exe the script will start the autoIT script to start the installation of the app

now i want that install.exe will wait continue his script untill app01.exe is completely ready

so that the app that is refering to app01.exe is installed

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...