shellΒΆ

Execute a shell command.

shell [COMMAND]

  • COMMAND is the command to be executed. If not provided, a new shell is started.

Examples:

  • shell pwd
  • shell ECHO %CD%
  • !ls
  • !MKDIR mydir