Jump to content

Recommended Posts

Posted

Hi there!

I am new to AutoIT.

Ran a file upload script successfully.

Now, I created a small script, which is just clicking a button on a windows application. It ran few times, though it did not work(could be a different issue)

But what I am observing is a few times after running the script, If I want to modify the script and compile it again it, I am not able to.

The exe file requires an admin rights for deletion and it any way I cannot delete the file.

Ultimately I have to restart my computer to see that the file is deleted and I can work again with the file normally.

I am not able to get to the root cause of the issue, Can someone help me with this please.

Thanks in advance.

 

image.png.da8df523bead20570a19aac1ec8f4b5c.png

 

 

Posted

Maybe the process is sill running in the background.

From the command prompt, just run below command.

 

taskkill /f /im your_exe_file.exe

It will close any running instances of your exe.

  • 2 months later...

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...