MystaWright Posted September 13, 2006 Posted September 13, 2006 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.
nfwu Posted September 14, 2006 Posted September 14, 2006 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. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now