Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
tadtutorial1 [2017/03/16 16:40] – created admintadtutorial1 [2017/03/16 16:45] admin
Line 1: Line 1:
-=====Tutorial Using AutoIt=====+=====Tutorials Using AutoIt=====
  
-AutoIt is a nice scripting language that you can use to automate actions. Here is a short AutoIt script which can be executed to show a brief tutorial on how to start the creation dialog+AutoIt is a nice scripting language that you can use to automate actions. This is really useful for developing active tutorials. By //active// I mean tutorials that can work on top of a //live software//. Here is a short AutoIt script which can be executed to show a brief tutorial on how to start the creation dialog.  
 + 
 +Those of you who can do a little bit of programming, feel free to use this starting code and make scripts such as this to show what can be done inside TAD Designer Lite. AutoIt works quite linearly -- where it would carry out actions inside another software as if someone was actually typing stuff there and moving mouse, pressing keys, etc there.  
 + 
 +Also: As AutoIt is a regular programming language too; it can even be used for more sophisticated activities too. 
 + 
 +In fact, you could create scripts such as this for useful work too! If you want your office to have a standard set of actions to be performed inside TAD, such scripts could be written to perform those standard actions.
  
 Download AutoIt from http://autoitscript.com  Download AutoIt from http://autoitscript.com 

Press F1 inside the application to read context-sensitive help directly in the application itself
Last modified: le 2023/04/22 20:59