Jump to content
Macro Express Forums

Me To Autoit Conversion?


thefluxster

Recommended Posts

First off, ME is the best thing I've found for automation in a long time and I use it every day for work.

 

I recently ran across AutoIT and found that it doesn't really do anything I can't already accomplish with ME and since my fellow co-workers are more inclined to edit something in a GUI than in a script, we're sticking with ME, despite the cost. However, one feature it does have that I would REALLY like to see in ME is the ability to compile the scripts to .exe format to be run on ANY computer (with or without ME installed). This is handy, especially for setting up new machines with the myriad of programs we require at the office.

 

Since ME doesn't have this ability (the .mxe files are alright, but you need a player to get them to run), I'm wondering if there are any ME to AutoIT script converters out there that could convert our ME scripts to AutoIT format to be compiled to EXE? Maybe it's a stretch, especially considering differences in code structure, but I thought I'd ask the experts first.

 

Thanks.

Link to comment
Share on other sites

vbscript may be a viable option, now that I think about it. The only question then is how well it would be able to handle automating the installation of several programs in a row, including any necessary reboots.

Are you familiar with the registry keys

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

and

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Runonce?

 

You can use these keys to store the names of one or more routines that must run once when you next reboot.

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...