AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ahk running slow on another pc

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Jasdeep



Joined: 09 Nov 2009
Posts: 258

PostPosted: Thu Mar 04, 2010 9:56 am    Post subject: ahk running slow on another pc Reply with quote

my developed gui tool works fine with high speed on one pc but when i tried to run it on another pc it was running very slow especially it takes long time to search a image....the another pc has 3.5gb ram but still its running slow compared to my pc which has 2gb ram...i have checked the task manager also but still i dnt knw why its running slow

at first it use to hang but when i removed the command Process,,Prirority,high then it stopped hanging...why????? but this problem was not encountered on my pc

any help is greatly appreicated
Back to top
View user's profile Send private message
da_boogie_man
Guest





PostPosted: Thu Mar 04, 2010 3:22 pm    Post subject: Reply with quote

Can't tell what you've tried with the code you put up...Oh wait, you didn't put up any code Laughing .

Try putting this line at the top of your script:
SetBatchLines -1

I also put these 2 on my own scripts {though they probably won't help speed up the script any}:
#SingleInstance Ignore
#Persistent

DBM
Back to top
Jasdeep



Joined: 09 Nov 2009
Posts: 258

PostPosted: Mon Mar 08, 2010 8:16 am    Post subject: Reply with quote

thanks but i have already added up these lines but still anyways thanks again...i hope it gets figure out soon
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group