HISTORY
[/?]
[WRAP]
[NOWRAP]
[APPEND]
[NOAPPEND]
[MATCH]
[NOMATCH]
[LIST]
[CLEAR]
[READFROM file]
/?WRAPNOWRAPAPPENDNOAPPENDMATCHNOMATCHLISTCLEARREADFROMThe HISTORY command is only built in to TEXTCMD.
The HISTORY command manages the behaviour of command line recall in interactive mode, and manages and displays the history of command lines that are available.
Various options correspond to toggle options that can be given on the command line to TEXTCMD. The WRAP and NOWRAP options correspond to the /WRAPHISTORY option; and the APPEND and NOAPPEND options correspond to the /APPENDHISTORY option.
To replace the command line history entirely, use the CLEAR and READFROM options in succession in a single HISTORY command.
The READFROM option is useful if invoking the HISTORY command via the contents of the CMD_TEXTCMD_INIT environment variable in order to pre-populate the command line history list.