Jump to content

November

Active Members
  • Posts

    507
  • Joined

  • Last visited

About November

  • Birthday 11/05/1975

Profile Information

  • Member Title
    AutoIT for fun and pleasure only!
  • Location
    Lisbon - Portugal

November's Achievements

  1. Hi there and welcome to AutoIT forum. Did you tried to output the winexists to see if is sucessufull? The winexists is the only condition tha get you out of the loop and continue your script. Try consolewrite(@error & @CRLF) after that statement. Cheers
  2. Hi there, You can compile again the original code! Where is the original code, the au3 file? Do you still got it with you? Please share the code for further help. Cheers
  3. Hi there, OSK.EXE is the On Screen Keyboard, that don“t have switches documented in Microsoft. Nevertheless this is not an AutoIT issue, what help do you need in your script? Cheers
  4. Working fine with me! Did you get all files from UIA_V0_4.zip file included in thread? Cheers
  5. Can't you concentrate all in one script? If you have a cascade of runs, it is really difficult to have a "consistant" way to monitor child processes. Can you summarize what your script does? Probably re-arranging your script will make you have more control. Cheers
  6. Hi and welcome, Why not this? _ExcelBookSaveAs($oExcel,$DestPath) Cheers
  7. Hi there, For the false virus issue see >this or in your enterprise you can set exclusions for the AV software to bypass your compiled scripts. For the error output in Scite you can add traces in Tools > Trace: Trace add lines Cheers
  8. Hi there, I believe that your issue is that you run 16 child process with run command regarding Autoit3wrapper.exe : $PID=Run($BaseDir & "TMP2_ReRun_MissingFiles.exe " & $sFileNameNPath & " " & $FileCnt,"",@SW_SHOW, $STDERR_CHILD + $STDOUT_CHILD) And i bet that you are running some 3rd party application in the second script. If you what a "process free exit program" you have to get control on the exit of your child processes, and exit the main script just when other processes are over. Cheers
  9. Hi Andy2520, Is this usefull? HERE Cheers
  10. Welcome aboard, I hope that you have a CD jukebox Cheers
  11. Hi again, Strange, i am also using dual monitor and is working for me. As soon as you click start button sends me a msgbox. Well at least we tryed!!! Cheers
  12. Hi there, I ran the script and gives same BrewManNH output. Unicode issue probably? Language? Cheers
  13. Another kid with nothing to do. I hope the best for you in life kiddo, because i think you will need with your temper. Try to learn AutoIT, and you will occupy your mind with usefull material, and not being rude, unfriendly and trying to be smarter then other. Life will give you the right answers at the right time, my answer to you is bye bye! God bless you!
×
×
  • Create New...