Jump to content

Will autoit slow down my PC


Go to solution Solved by Melba23,

Recommended Posts

Posted

Hi

I use many different autoit scripts for my testing.

My test involves opening different application, perform test and then some DOS operations and then some excel operations and so on.

I use a force exit after my every script to make sure that script is no more active once my tasks are done.

Func ExitScript()
    Exit
 EndFunc
.........
.........
........
my script code......
Open abc.exe....
Do some operations...
Close abc.exe
Open cmd and do some operations
Open Excel
etc etc
........
...........
Call("ExitScript")
 
 
Issue: I think my PC get little slow when i use autoit scripts for some time and then do other regular operations like checking outlook mails etc. Does my script is occupying some resource and not releasing it even after exiting the script. How can i check this.
 
Thanks
 
Posted

Well make sure you're not hogging the CPU.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
  • Solution
Posted

saurabh2k26,

Open Task Manager and see if you have any AutoIt process still running. I would be surprised if there were, but you can always check. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...