Jump to content

New to AutoIt


 Share

Recommended Posts

I am new to AutoIT and I have a question.

Someone referred me to AutoIt but didn't give me any details.

I carry a laptop and an iPod with me everywhere. The thing is I don't keep many programs on my laptop, I keep them on my iPod. When I plug in my iPod I have autorun setup so that a program called PStart runs and I run my programs from there. The issue is that since I have a lot of programs to run, it takes a while for me to find and execute them. I want to create an executable from a script that will run these programs on autorun instead of the PStart so that when I plug in my iPod I just have to wait for the programs to load so that I can get to work faster which will save me a lot of time. If you can help describe how I write such a script or provide me with a template I would greatly appreciate it. Thank you.

Link to comment
Share on other sites

Welcome to the forums!

Ok... Look at this short script:

Run("myprogram.exe")
Run("PortableFirefox\PFirefox.exe")

A small example.

I would recommend that you look at the AutoIt Help file. The Tutorials there may help.

#)

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