WorkShop Visual Replay Command Line Operation

WorkShop Visual Replay Command Line Operation


WorkShop Visual Replay (when used to record user actions) is supplied as a stand-alone application called visu_record. When used to play back recorded scripts it is supplied as a stand-alone application called visu_replay.

The following line shows how to use visu_record:

visu_record -f MyRecordScript AnApplication

MyRecordScript is the name of a file into which a script recording the session will be saved. AnApplication is the name of the application you wish to record.

The following line shows how to use visu_replay:

visu_replay -f MyRecordScript AnApplication

MyRecordScript is the name of a file containing the script of the recorded session. AnApplication is the name of the application you wish to rerun.

See also: