| View previous topic :: View next topic |
| Author |
Message |
Jasdeep
Joined: 09 Nov 2009 Posts: 258
|
Posted: Thu Mar 04, 2010 9:56 am Post subject: ahk running slow on another pc |
|
|
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 |
|
 |
da_boogie_man Guest
|
Posted: Thu Mar 04, 2010 3:22 pm Post subject: |
|
|
Can't tell what you've tried with the code you put up...Oh wait, you didn't put up any code .
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
|
Posted: Mon Mar 08, 2010 8:16 am Post subject: |
|
|
| thanks but i have already added up these lines but still anyways thanks again...i hope it gets figure out soon |
|
| Back to top |
|
 |
|