Description of IADS Automation Scripts contained in this Zip File

1) Datagroup Summary.vbs - VB script file. Attaches to an already running client, takes the parameters from a specified
   data group and exports them to an Excel spreadsheet and Powerpoint slides based on start/stop times specified in the
   Test Point log.

2) TimeSliceExport.zip - Visual Basic project. This script connects to an already running IADS client, and provides a dialog
   that allows you to select parameters from the currently running config file, specify a start/stop time, and a destination
   directory to export them to. Exports the data to a CSV file.

3) DataExport.vbs - VB script file. This is an "event-triggered" data export. You define your event triggers in the code, and
   the script will attach to an already running IADS client and export parameters that you've specified in the script to a CSV
   file. No GUI for this one, you have to tweak all your settings in the code.

4) IadsDataMove.zip - C++ project. Moves parameters from a specified input directory to a specified output directory. Command-line driven.
