Command

command.png

Execute arbitrary code or programs by way of the Windows command line. Supports single or multiple line commands.

The system comes with command headers: python, ffmpeg, ocr, which can be called directly

For example, execute the command: python c:\test.py


If the external program called by cmd does not exist, the execution will fail and no content will be returned. Therefore, when calling a non-system program through cmd, the location of the program must be filled in first.

For example, the calling program: c:\program\test.exe -version


The returned result of the command execution is stored, called and processed through the step of [Save Con]:

saveData.png