Skip to content
Prev 43340 / 398513 Next

How to generate a report with graphics and tables?

On Windows you could use a macro recorder/playback program to automate your session.

There is a free script interpreter called autoit at:

   http://www.hiddensoft.com/AutoIt/

that can handle about 90 different commands.  This may seem complex
but you may be able to use it without much of a learning curve 
by using the AutoScriptWriter recorder program found in the Files section of

   http://groups.yahoo.com/group/autoit/

to record key and mouse actions to create the script and then, if desired, make changes to the script it produces using a text editor.  

You startup autoscriptwriter and then press record and perform your actions.  The actions could startup R, perform various 
commands, start up powerpoint, do various activities, etc.  
Then press stop and press save to save the script.  You can then 
edit the script as desired in a text editor.   At this point 
the commands in the script will mostly be obvious and you
might be able to edit them even without reference to the documentation.  You  can run the script using autoit itself.

I have used it a bit but not extensively; however, if you have
questions there is a yahoo group on it at the link cited above.

There are also numerous shareware and commercial keystroke and macro 
recorders that you can find using google.

On Wed, 28 Jan 2004 22:01:05 +0100
Olaf Bürger <obuerger at ginko.de> wrote: