SHELL statement
Purpose:
SHELL will asynchronously start and run another
program or system file.
Syntax:
SHELL AppFile AS STRING
Parameters:
- Data type: STRING
AppFile The command to run.
|
Example:
SHELL "dir *.* > file.txt"
BCX Console Sample Programs using the SHELL
function.