Home Reference HScript commands 

prompt hscript command

Change the textport prompt string.

Usages

  1. prompt new_prompt

The prompt string is expanded each time it is printed, so you can include variables such as the frame number, and backtick commands.

Examples

prompt '$F `execute(oppwd)`:'
Sets the prompt to the current frame number, followed by the current OP working directory.

Replaced by