2.1.3.7 Recording User Interactions

To start and stop the recording of all TXST command input, enter:

startRecording(outputFile)

stopRecording()

You must specify the file pathname for storing TXST commands when you enter the startRecording command.

For example, to record TXST commands in the record.py file, enter the following command:

txst:/simpapp> startRecording('record.py')

For more information, see startRecording and stopRecording.