PreviousNext
Help > OPERATING ENVIRONMENT > Running Executable Files
Running Executable Files

The command RUN is used to execute binary RXE files. For example:

run hello.rxe

will load and execute the file ‘hello.rxe’.

The RUN command can be used also for execution of .SYS text files, similar to CONFIG.SYS. In such case every line of the text file is executed individually as if it was entered in the console.