Skip to main content

System Command

Syntax

System Command command_text

Parameters

  • command_text: The operating system command to execute.

Description

Executes an operating system (shell) command during listing processing.

Remarks

warning

This command runs with the same permissions as RunScore. Use caution -- incorrect commands can delete files or alter system state.

The command is executed synchronously; listing processing pauses until the command completes. This is typically used to copy, move, or delete files as part of an automated listing workflow -- for example, cleaning up temporary files or copying output to a network share.

Examples

To delete a temporary file:

System Command erase 5k\junk.txt

To copy results to a network share:

System Command copy results.txt \\server\share\results.txt