Documentation

#RECORD

RECORD

Syntax: #REC aliasname
Related: #ALIAS

Toggles the recording of an alias. When you first enter #RECORD, TeSSH starts recording all the commands you send to the server. You can monitor this recording by entering #RECORD again during the recording. When you are done and want to save the recording, enter the #RECORD command followed by the name of the alias you wish to create. If you use an alias value of off (#RECORD off), the recording is stopped and not saved.

RECORD examples

#REC
starts recording

n
w
open door
#REC
displays: Current alias: n;w;open door

#REC temple


saves the commands n;w;open door to the alias named temple and turns off recording.

Add comment

Login or register to post comments