Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would go with AutoIT, it's a very easy to learn windows scripting language with tons of functionalities: <a href="http://www.autoitscript.com/autoit3/index.shtml" rel="nofollow">http://www.autoitscript.com/autoit3/index.shtml</a></p> <p>I'm using it to automate some tasks, but it can do way more than that.</p> <p><strong>EDIT</strong></p> <p>Just to make things a little bit clearer for everybody:</p> <p>You can create new applications using AutoIT and the Aut2Exe compiler provided. The .exe files created are stand-alone, thus require no other files but the files that you might need in your app. Everything is free and the AutoIT scripting language has a BASIC-like syntax.</p> <p>The GUI that you'll use are standard Windows controls. Among the functionalities you have the possibility to automate keystrokes/mouse movements, call the Windows API and external .dlls, manipulate windows and processes and through user created libraries (called UDFs) you can even acces local databases, manage networking tasks, encryption, archiving and many more. </p> <p>All I can say is that it's worth take a look and the first app I built with AutoIT was done in roughly 8 hours since I started learning. It took a folder as the source and copied everything in a chosen directory, copying files in folders named as the date when the files were created. So the destination directory would have a series of subfolders like:</p> <ul> <li>11.11.2010 <ul> <li>whatever.txt</li> <li>whatever.png</li> </ul></li> <li>12.11.2010 <ul> <li>archive.zip</li> </ul></li> </ul> <p>and so on. Just 8 hours and got me rid of a lot of effort ordering the files myself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload