Preparing Rolling Demonstrations with X-Designer Replay

Preparing Rolling Demonstrations with X-Designer Replay


A script prepared using X-Designer Replay can be run in a "continuous loop" using a simple shell script, as shown below:

  while (true) 
  {
    xdreplay -f mydemo.xds myapplication
  }
  end

Note - When preparing such a rolling demonstration, always ensure that the last part of your script has commands which place your application in a state from which it can be re-run.

See also: