Jump to content

Repeat the full program


 Share

Recommended Posts

Hi,

I'm new in AutoIt, and I have a very newby question, I have searched for it but I couldnt find an answer....

My program works fine,

What I want, is just getting the script restarted, when it has finished. I have tried to end the script with Run([script]), but this doesnt worked and GoTo doesnt exsist in AutoIt.

So how should I do this?

Link to comment
Share on other sites

Hi,

I'm new in AutoIt, and I have a very newby question, I have searched for it but I couldnt find an answer....

My program works fine,

What I want, is just getting the script restarted, when it has finished. I have tried to end the script with Run([script]), but this doesnt worked and GoTo doesnt exsist in AutoIt.

So how should I do this?

GoTo isn't needed when you have loops, just have while 1 at the beginning of your script and WEnd at the bottom.

I think it looks more professional than having it restart. :D

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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