Trong Posted April 25, 2016 Share Posted April 25, 2016 Worked fine on XP / Win7 Stop the program forever! Windows 10 Pro x64 #RequireAdmin EnvUpdate() Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted April 25, 2016 Developers Share Posted April 25, 2016 That code works fine.. what are you trying to do ? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Trong Posted April 25, 2016 Author Share Posted April 25, 2016 So what happens on my computer (2 PC)? It always stops! I have set an environment that use it. Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted April 25, 2016 Developers Share Posted April 25, 2016 No access to a crystal ball at the moment so you need to share more details: Are you running from SciTE ? What happens when SciTE is runnning as Administrator and you run the script? Show the Output console info when hanging Show the whole script. etc etc Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Trong Posted April 25, 2016 Author Share Posted April 25, 2016 (edited) 1. Yes and exe too 2. I use SciTEas Administrator 3. >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\!\Desktop\Test.au3" /UserParams +>03:21:26 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0 Keyboard:00000409 OS:WIN_10/ CPU:X64 OS:X64 Environment(Language:0409) +> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Users\!\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper SCITE_USERHOME => C:\Users\!\AppData\Local\AutoIt v3\SciTE >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:C:\Users\!\Desktop\Test.au3 +>03:21:27 AU3Check ended.rc:0 >Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\!\Desktop\Test.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop 4. #RequireAdmin ;~ EnvGet("temp") ;~ EnvSet("autoit","love") EnvUpdate() Edited April 25, 2016 by VIP Regards, Link to comment Share on other sites More sharing options...
Trong Posted April 25, 2016 Author Share Posted April 25, 2016 Autoit has continued to run after 5 minutes @_@ Why is it too slow? Regards, Link to comment Share on other sites More sharing options...
BrewManNH Posted April 25, 2016 Share Posted April 25, 2016 Works fine for me, no delays and no hangup. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Developers Jos Posted April 25, 2016 Developers Share Posted April 25, 2016 No idea, the same ends for me right away. I am running newer version of SciTE/ AutoIt3wrapper, but the same AutoIt3.exe. What does the AutoIt3 icon say in the systemtray? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Trong Posted April 25, 2016 Author Share Posted April 25, 2016 (edited) When it is delay, and click on the Tray Icon then menu is not show. Menu show when function done. Edited April 25, 2016 by VIP Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted April 25, 2016 Developers Share Posted April 25, 2016 try running the script without autoit3wrapper to exclude that ... so just from the commandline ( or upgrade to the latest to exclude any bug i fixed in the past) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Trong Posted April 25, 2016 Author Share Posted April 25, 2016 Nothing changes ! Tried everything and updates to the latest version! Do I need to upgrade my computer to run faster? SSD is not enough, need more CPU like Intel Core-i7 ? Regards, Link to comment Share on other sites More sharing options...
alien4u Posted April 25, 2016 Share Posted April 25, 2016 2 hours ago, VIP said: Nothing changes ! Tried everything and updates to the latest version! Do I need to upgrade my computer to run faster? SSD is not enough, need more CPU like Intel Core-i7 ? Just an advise because you are kind of new here like I'm, sarcasm does not work very well here. People here just help on their free time and maybe this does not help you to find help. Again: This is just an advise, take it or leave it. Regards Alien. Link to comment Share on other sites More sharing options...
MilesAhead Posted April 25, 2016 Share Posted April 25, 2016 (edited) Just for grins you may want to try my compiled UpdateEnv program. It uses a variation of Melba's Toast with 3 calls to EnvUpdate() and sleep while the toast is showing. Just makes it obvious to the user that something is happening. Mainly I use it to flush the Registry to disk without having to log out and back in. That is why I make 3 calls. Just to try to drive in the nail. The file is UpdateEnv.zip on the page below http://milesaheadsoftware.org/ btw I have noticed on Windows 7 and Windows 8.0 that EnvUpdate() can have long delays and hang at times. I think that is one reason I wrapped it in Toast. To make it obvious where the program was pausing. It seems to require killing via Task Manager much less often the way I have it now. Three calls interspersed with calls to Sleep(). If I just let it sit it will usually complete on its own accord. Most times it runs as expected though. I have no idea why unless the Registry has lots of changes to save to disk? I don't know. Edited April 27, 2016 by MilesAhead more info laurin1 1 My Freeware Page Link to comment Share on other sites More sharing options...
Trong Posted April 27, 2016 Author Share Posted April 27, 2016 @Alien4u not sarcasm. @MilesAhead, Your program only further notice, but slow 4x. I was downgraded to Windows7, I will use Windows 10 when I bought a new computer. I will not use the EnvUpdate(), instead I choose to kill explorer and restart program again. Thanks All,Regards Regards, Link to comment Share on other sites More sharing options...
Trong Posted April 27, 2016 Author Share Posted April 27, 2016 (edited) dub! Edited April 27, 2016 by VIP post error /!\ Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted April 27, 2016 Developers Share Posted April 27, 2016 Why did you make this last post? Anything unclear with the shown message? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Trong Posted April 27, 2016 Author Share Posted April 27, 2016 (: I clicked posting but such errors, and when I refresh the page, then my answer repeated 2 times. Regards, Link to comment Share on other sites More sharing options...
Developers Jos Posted April 27, 2016 Developers Share Posted April 27, 2016 Yea... shit happens, but there is no need to post the Notice page and you simply remove the duplicate post. much easier Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now