Keyboard input

If the PAUSE command is encountered in a script, control passes back to the keyboard. The user interactively enters commands at this point, until a null line is entered, that is, simply a carriage return. The script then recommences execution with the command immediately after the PAUSE command.

  Comments
  Abort